Hi Josep, Did you check out the DOMPrint example. http://xerces.apache.org/xerces-c/domprint.html
Cheers, -Ozgur Sahoglu -----Original Message----- From: Josep Oriol Ragués [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 5:20 AM To: [email protected] Subject: How to display a xml file I'm working wit an mfc application in vc++ 03, but I'm just a beginner with xerces. I want this application bring the possibility to open a xml file, parse it, and display it, so the user can see the content of what he has parsed. The idea was to reproduce the file in a list box, so the user could make selection of specific elements for further processes. To parse the file, I've used the XercesDOMParser example in the web. Now I don't now how to go on, how could I display that file (the files are very little) in a list box? any ideas? Thanks for your time Josep
