Hallo allesamt,
ich hätte mal eine Frage zum Thema XML, da ich selber nur minimal Ahnung davon
habe. Ich möchte ein XML file mit in etwa folgendem Inhalt parsen:
<Armyset>
<Army Strength=8 Defense=5 ... />
<Army ... />
...
</Armyset>
Mit Qt's DOM lief das AFAIR problemlos, ein anderer rudimentärer XML parser
namens xmlpopper oder so lief auch (der machte allerdings keinerlei Überprüfung,
sondern parste nur), expat, was jetzt verwendet werden soll, meckert wegen
"malformed XML".
Frage: Wie muß die Datei aussehen, damit sie vernünftig geparsed wird? Brauche
ich noch irgendwie eine DTD oder was weiß ich dazu?
cu,
Ulf
--
If you can touch it and you can see it, it's REAL.
If you can touch it but you can't see it, it's TRANSPARENT.
If you can't touch it but you can see it, it's VIRTUAL.
If you can't touch it and you can't see it, it's GONE.