Goffena, Robert wrote:
This can be pretty tricky, so you might want to take a look at the
Namespaces recommendation for more details about the proper namespaces
for the attributes that declare the namespaces.
Namespaces recommendation? What do you mean by this?
The W3C namespaces recommendation:
http://www.w3.org/TR/REC-xml-names/
You need to make sure you create attributes that declare namespaces as
described here:
http://www.w3.org/TR/REC-xml-names/#ns-decl
The important thing to note is that the prefix "xmlns" is bound to the
namespace "http://www.w3.org/2000/xmlns/".
Dave