How to use DOM_XMLDecl ?

2001-04-25 Thread bertrai
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

using invalid name with Xerces-c

2001-04-24 Thread bertrai
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

Problem with retrieving the value of a Node which type is TEXT_NODE

2001-04-19 Thread bertrai
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