Hallo,
ich habe folgendes XML:
[...]
ich möchte jetzt folgendes:
ich befinde mich auf der Ebene /xmlShowContent/para.file.war und eigentlich möchte ich mir den @text ausgeben lassen wo xmlShowContent/para....[@id] = xmlShowContent/formf...[@tag] ist .Jemand eine Idee ?
Abgesehen vom Problem mit xmlShowContent, ...
<xsl:value-of select="../xmlShowContent/*[@id = ../xmlShowContent/form/*/@tag]" />
Grüße
Thomas