I put some namespaces into my xml document, which I generated dynamically using the xml pod. It stores the prefixes, but it does not save the xml namespace definitions.
Currently the XNs doesn't implicitly create the attributes - that is modeled separately with an actual XAttr instance. Although might be nice to potentially have a convenience method that does both. See XAttr.makeNs constructor.
jessevdam Mon 5 Sep 2011
I put some namespaces into my xml document, which I generated dynamically using the xml pod. It stores the prefixes, but it does not save the xml namespace definitions.
This is the result I get
and this what I would expect
brian Tue 6 Sep 2011
Currently the XNs doesn't implicitly create the attributes - that is modeled separately with an actual XAttr instance. Although might be nice to potentially have a convenience method that does both. See
XAttr.makeNs
constructor.