Hi Stanley
Ya ,You can print SOME element of an xml file after parsing it !
I have been using that successfully using DOM parser .
Create a DOM Nodelist using and use DOM_NodeList
DOM_Document::getElementsByTagName ()
specifying in bracket the field you are looking for .
Print the result set(as more that one fields may exist in an xml file)
using DOM_Node DOM_NodeList::item (     unsigned int index ) const

I hope that will solve your problem .
With Regards



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to