XML-Attribute
Übersetzungsergebnisse:
XML dient der Übertragung und Speicherung von Daten.
HTML dient zur Anzeige von Daten.
XML-AttributeSyntax
XML-Elemente haben Attribute, ähnlich wie HTML.
Attribute liefern zusätzliche Informationen zu Elementen.
XML-AttributeBeispiel
<messages> <note id="501"> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note> <note id="502"> <to>Jani</to> <from>Tove</from> <heading>Re: Reminder</heading> <body>I will not</body> </note> </messages>