How can I STOP a parent attribute "xmlns" from repeating itself onto the child nodes?
I am using MSXML4 DOM to create a xml file. The ouput from my sample code looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xml' href='test.xsl'?>
<!-- Some comment.-->...
How can I STOP a parent attribute "xmlns" from repeating itself onto the child nodes?
I am using MSXML4 DOM to create a xml file. The ouput from my sample code looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xml' href='test.xsl'?>
<!-- Some comment.-->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.