Moin Gemeinde,
ich bin schier am Verzweifeln. Ich möchte nämlich folgendes XML-Konstrukt
<linkliste>Begriff
<link uri="abc">ABC</link>
<link uri="def">DEF</link>
<link uri="ghi">GHI</link>
</linkliste>
in ungefähr so ein HTML-Konstrukt
<span>Begriff
<span class="LinkListe">
<a href="abc">ABC</a>
<a href="def">DEF</a>
<a href="ghi">GHI</a>
</span>
</span>
umwandeln. Ich finde aber keinen Weg, mit XSLT "Begriff" zu isolieren. Mit
<xsl:for-each select="link">
kann ich zwar die Links extrahieren, aber wie extrahiere ich den ersten Textknoten unter <linklist>
? Eigentlich sollte das doch ganz einfach gehen.
<xsl:for-each select="#text">
funktioniert jedenfalls nicht.
Hoffe jemand hat 'ne Idee...
mfg
T.
--
"they got the guns - we got the number" - James Douglas Morrison
"they got the guns - we got the number" - James Douglas Morrison