Hello, I asked for help to your mailing list because I need to know some more 
detailed information related to xerces c + +. The
problem is this: my thesis degree in computer science has as its
objective the construction of an algorithm for cleaning XML data. The
first step is precisely to build a algorimo can read an XML file and
generate XML from the various elements of the data containers for those
items classified according to their tag of belonging, I'll explain
better, suppose you have a file this:
<root>
<student>
<name> luca </ name>
</ student>
<student>
<name> anna </ name>
</ student>
</ root>
My
intention is to create a map that key to the path I want to use as a
key element such as root / student / name element and as a list
containing the names of all students.
I also need to use SAX to analyze because the files are large. I
wanted to know from you if there were specific methods for example take
the path of the various components and possibly some ideas on what to
do if it is not any method. Regards Alessandra. I hope that is clear ... 

Reply via email to