Hello,
How can I create xml document with namespace?
In XMLParser ther's no API for this and doing:
Element e = XMLParser.createDocument().createElement("body");
e.setAttribute("xmlns", "http://jabber.org/protocol/httpbind");
Appears not to work in ff3 because of this problem:
http://www.nabble.com/%22xnlns%22-node-attribute-removed-when-using-XMLHttpRequest.send(--document-)---or-XMLSerializer.serializeToString(-node-)---in-firefox-3-tt14215863.html#a14215863
I cant find a way to send a xml document with namespace in ff3 by
Ajax, or am I mistaken?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---