2
Answers

XML to TreeView

Barney Sperlin

Barney Sperlin

16y
2.3k
1
Hello,
     I was reading a C# explanation, with code, of reading an XML file and outputting it to a TreeView GUI in a form.  Trying to translate it to C++ I haven't found a proper translation for a line in a recursive stop that says:

node.NodeType == XmlNodeType.Text || node.NodeType == XmlNodeType.CDATA

     What is the proper VC++2005 version of this?
     Thanks,
           Barney
Answers (2)