Ein XML Beispiel

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]

<addresses>
   <person>
      <name>
         <first>Ingo</first>
         <last>Melzer</last>
      </name>
      <city>Laupheim</city>
      <country>Germany</country>
   </person>
   <person>
      <name>
         <first>Andreas F.</first>
         <last>Borchert</last>
      </name>
      <city>Lonsee</city>
      <country>Germany</country>
   </person>
</addresses>

*Dieses einfache Beispiel zeigt bereits die hierarchische Struktur von XML.
 

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]
Copyright © 2003 Ingo Melzer, in HTML konvertiert am 18.01.2004