18.04.2003 00:53:07 Elena Litani wrote:
>[EMAIL PROTECTED] wrote:
>> 1 I request a DOMImplementation instance from Xerces.
>> 2 Then I create a document with it and specify a qualified tag name and
>namespace URI.
>> 3 After serializing this document to xml-file, under some versions of Xerces
>I g
[EMAIL PROTECTED] wrote:
> 1 I request a DOMImplementation instance from Xerces.
> 2 Then I create a document with it and specify a qualified tag name and
> namespace URI.
> 3 After serializing this document to xml-file, under some versions of Xerces
> I get the correct
> document with "xmlns:p
Hello,
I want to find out how to avoid duplication of xmlns attribute in the root node
of XML document
while serializing it to XML file.
The problem is the following:
1 I request a DOMImplementation instance from Xerces.
2 Then I create a document with it and specify a qualified tag name and
na