How do I add a DOCTYPE declaration in XML using MSXML in Visual C++?
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I think what you want is the IXMLDOMDocumentType interface which inherits from an IXMLDOMNode so you should be able to deal with it like any other node. Cheers Phil Hobgen barbari.co.uk Southampton, UK