parent::*
Mit parent::* erhalten Sie den Parentnode des aktuellen Nodes.
<xsl:template match="/">
<ergebnis>
<xsl:for-each select="Orte/Ort[1]/Mensch[3]/parent::*">
<e nr="{position()}">
<xsl:call-template name="generateXPath"/>
</e>
</xsl:for-each>
</ergebnis>
</xsl:template>
Get XML -- Technologien, Grundlagen, Validierung, Auswertung now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.