Hi, I need some help with creating the XML declaration. I'm using Xerces-c++ 2.7.0 with MS VC++ 6. When creating an XML file through Xerces, by default it creates the XML declaration like this:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> I would like to exclude the encoding and standalone information, so the output of the XML declaration would look like this: <?xml version="1.0" ?> I'm able to change the encoding and standalone attributes, but not suppress them. Is there way to exclude them? Any help will be greatly appreciated. Thanks in advanced! Raymond -- View this message in context: http://www.nabble.com/Removing-%22encoding%22-and-%22standalone%22-attributes-from-XML-declaration-tf1890108.html#a5167896 Sent from the Xerces - C - Users forum at Nabble.com.
