I'm using Xerces-c with Visual C++ 6.0.
How can I add a DOM_XMLDecl to my document ? When I create a DOM_XMLDecl
node, its return a null pointer so I can't add it to my document with
appendChild.
Thanks for answerring
-
To u
I would like to know if I can (and how) create with Xerces-c an Element
which name is not a valid name. Of course, I don't intend to use a parser
with it.
Thanks for your answer
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
I am using Xerces-c whith Microsoft Visual C++ 6.0 and I am not able to
retrieve the nodeValue for a Node, which type is TEXT_NODE, after parsing
an xml file.
Here is an exemple:
a line of the xml file is: Element1
If the current node is the Node and then I do
getNextNextSibling(), I have got