I finally have my document:
<?xml version="1.0" encoding="UTF-16" standalone="no"
?><files><file><name>CSAP
data.sxc</name><size>56670</size><category><patches/></category><subcategory
>test</subcategory><uuhash>jkf;dlsjafkdl;jkdf</uuhash><comments>This is a
test.</comments></file></files>
Now, I am trying to read out the files using this basic code:
DOMDocument *myfiles = parser->getDocument();
DOMElement *root = myfiles->getDocumentElement();
DOMNodeList *List = root->getElementsByTagName(WideString("file"));
Am I on the right track, and if so, my next question is how do I pull off
the various elements and read them. For instance, the <uuhash>, etc.
_________________________________________
John Meyer
Programmer
ICQ#: 63450423
More ways to contact me: http://wwp.icq.com/63450423
_________________________________________
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]