XSL Hilfe bitte
LorenLai
- xsl
Hallo,
ich habe eine Frage was XSL betrifft bitte:
So sieht mein XMLDokument aus:
---------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<tree>
<gb gbName="TestGB">
<scoreGroup scoreGroupName="Rasterverbund">
<partner partnerName="Altana AG" kursType="private" role="KE">
<modul moldulName="Finanzielle Verhaeltnisse"></modul>
<modul moldulName="Kontofuehrung"></modul>
<modul moldulName="Markt und Wettbewerb"></modul>
<modul moldulName="Management"></modul>
</partner>
<partner partnerName="Manhattan Bank" kursType="Unternehmer" role="KE">
<modul moldulName="Finanzielle Verhaeltnisse"></modul>
<modul moldulName="Kontofuehrung"></modul>
<modul moldulName="Markt und Wettbewerb"></modul>
<modul moldulName="Management"></modul>
</partner>
</scoreGroup>
<partner partnerName="Gesell. Abfallver." kursType="Unternehmer" role="HE">
<modul moldulName="Finanzielle Verhaeltnisse"></modul>
<modul moldulName="Kontofuehrung"></modul>
<modul moldulName="Markt und Wettbewerb"></modul>
<modul moldulName="Management"></modul>
</partner>
</gb>
</tree>
---------------------------------------------
Wie muss ich jetzt die XSL Datei schreiben (syntax), damit ich die Attributen heraus
lesen kann, wie Beispiel:
TestGB
Rasterverbund
Altana AG
Private
KE
..
...
Kann jemand mir helfen bitte ? Vielleich ein beispiel machen ?
Danke im voraus !
Loren :)