F
Felix
I'm looking to creat a node declaration that is similar in format to:
<Root xmlns="mynamespace"
xmlns
="mynamespaceo"
xmlns:x="mynamespacex"
xmlns:y="mynamespacey">
I can't seem to find anything in System.Xml or MSDN that shows how to
add the URI declarations to a node. Any help would be greatly
appreciated.
<Root xmlns="mynamespace"
xmlns

xmlns:x="mynamespacex"
xmlns:y="mynamespacey">
I can't seem to find anything in System.Xml or MSDN that shows how to
add the URI declarations to a node. Any help would be greatly
appreciated.