Re: Duplicate xmlns attribute

2003-04-18 Thread roj
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

Re: Duplicate xmlns attribute

2003-04-17 Thread Elena Litani
[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

Duplicate xmlns attribute

2003-04-17 Thread roj
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