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
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