[Home] [By Thread] [By Date] [Recent Entries]
<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
|
[Home] [By Thread] [By Date] [Recent Entries]
<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
|