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
