hi,
My application requires that I use arbitrary namespace mappings like
xmlns:D="DAV:"
in my tags. So I use DOMDocument::createAttributeNS() to create them and
DOMElement::setAttributeNode() to add them to certain elements. But after I
serialized the documents to local files, the prefix part("xmlns") were all
gone. The all became
D="DAV:"
I searched the mail archieve. There seemed to be a lot of discussions over
this topic, but none of them answers my question. Is there any way to do
that?
Thanks a lot.
Lei
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]