Hi,
achso hab ich vergessen ja das hab ich geändert!
Würde das gerne so machen das es so einfach wie möglich ist!
XML-Code:
<cd num="0">
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<preise>
<preis>
<npreis id="0">10</npreis>
<npreis id="1">8</npreis>
</preis>
<staffel>
<nstaffel id="0">1</nstaffel>
<nstaffel id="1">2</nstaffel>
</staffel>
</preise>
<year>1985</year>
</cd>
Oder etwa so, da bin ich ganz offen!
XML-Code:
<cd num="0">
<title>Empire Burlesque</title>
<artist>Bob Dylan</artist>
<country>USA</country>
<company>Columbia</company>
<preise>
<preis>
<npreis>10</npreis>
<nstaffel>1</nstaffel>
</preis>
<preis>
<npreis>8</npreis>
<nstaffel>2</nstaffel>
</preis>
</preise>
<year>1985</year>
</cd>
Ich weiß halt nicht was "richtig" ist also ob mein
XML dann "valid" ist oder nicht!
EDIT: Hab das so geändert du wie das vorgeschlagen hattest!!!
Gruß und Danke
muss!0