[no subject]

<xsl:template match="relation"> <-- match is fine
	<xsl:for-each select="//a">
		<xsl:copy-of select="."/>
	</xsl:for-each>
</xsl:template>

Thanks for assistence,

Robert

Current Thread