[Informatik- u. Master-Seminar SS04] [Inhaltsverzeichnis] [zurück] [weiter] |
<?xml version="1.0" ?> <!DOCTYPE adressbuch SYSTEM "adressbuch.dtd"> <Adressbuch> <Person> <Vorname>Uwe</Vorname> <Nachname>Schmidt</Nachname> <Ort plz="101010">Knusiland</Ort> <Alter>42</Alter> </Person> </Adressbuch> |
01. found start element: Adressbuch 02. found start element: Person 03. found start element: Vorname 04. found text 05. found end element: Vorname 06. found start element: Nachname 07. found text 08. found end element: Nachname 09. found start element: Ort 10. found attribute: plz="101010" 11. found text 12. found end element: Ort 13. found start element: Alter 14. found text 15. found end element: Alter 16. found end element Person 17. found end element Adressbuch |
[Informatik- u. Master-Seminar SS04] [Inhaltsverzeichnis] [zurück] [weiter] |