Skip to main content
Skip table of contents

Beispiel einer XML-Datei


Beispiel einer XML-Datei

<?xml version="1.0" encoding="ISO-8859-1"?>

<EPOS>

<PG>

<NAME> Anschrift </NAME>

<PARAM>

<NAME> Rufname </NAME>

<VALUE> ACBIS GmbH </VALUE>

</PARAM>

<PARAM>

<NAME> Strasse </NAME>

<VALUE> Maybachstr. 10 </VALUE>

</PARAM>

<PARAM>

<NAME> PLZ </NAME>

<VALUE> 76227 </VALUE>

</PARAM>

<PARAM>

<NAME> Ort </NAME>

<VALUE> Karlsruhe </VALUE>

</PARAM>

</PG>

<PG>

<NAME> Telefon </NAME>

<INDEX> 1 </INDEX>

<PARAM>

<NAME> Nummer </NAME>

<VALUE> 0721 / 40408-0 </VALUE>

</PARAM>

<PARAM>

<NAME> Art </NAME>

<VALUE> Telefon </VALUE>

</PARAM>

</PG>

<PG>

<NAME> Telefon </NAME>

<INDEX> 2 </INDEX>

<PARAM>

<NAME> Nummer </NAME>

<VALUE> 0721 / 40408-99 </VALUE>

</PARAM>

<PARAM>

<NAME> Art </NAME>

<VALUE> Fax </VALUE>

</PARAM>

</PG>

</EPOS>

Zur übersichtlicheren Darstellung dieses Beispiel in XML-SPY, eines Werkzeugs zur Bearbeitung von XML-Dateien.

XML_Spy.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.