XML Anleitung

XML Anleitung


Unterpunkte dieser Seite

Allgemeines zu XML
Kommentare in XML

Allgemeines zu XML

XML was designed to describe data and to focus on what data is.
HTML was designed to display data and to focus on how data looks.

Kommentare in XML

The syntax for writing comments in XML is similar to that of HTML.
<!-- This is a single line comment -->

<!-- This is a
     multiline comment
     that is going
     over a lot of lines           -->
It is not allowed to use more than one consecutive minus inside XML comments!
<!-- one minus is ok - -->
<!-- two or more minus cause an error -- -->
<!-- --- -->
<!-- ---- -->
<!-- ----- ... -->



zum Seitenanfang
zur Hauptseite

Letzte Änderung: 09.11.2005