2
Reply

XML to TreeView

Barney Sperlin

Barney Sperlin

Mar 24 2008 10:50 AM
2.3k
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)