Re: DOMWriter swallowed namespaces

2003-01-07 Thread Gareth Reakes
Hi, the namespace attributes are only used at parse time and as such using createElementNS will not create a namespace attribute. DOMWriter as well as the normalizeDocument method is supposed to have the functionality. We have not implemented it yet. Have a look in the archives for more inf

DOMWriter swallowed namespaces

2003-01-06 Thread Leo Lopes
Thanks for the help involving DOMDouble. I have another question. I tried to serialize a document using DOMWriter. The document has its own namespace, and some elements have a different namespace. I created those elements using DomDocument->createElementNS(,). But when I print, all the namespac