Hi all,I'm new to Xerces C++, and I would just like to add a line to the first line of the XML file referencing a XSL file, for formatting into browsers. I don't know how to do it using DOM.
It should look like : <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <?xml-stylesheet href="fichier.xsl" type="text/xsl"?> <ROOTNODE> ... Thank you. -- Hugues MOISY
