T
tthunder
Hi @all,
I have a trivial question, but I cannot find any answer
<xsl:template match="note">
<b>Note:</b>
</xsl:template>
<xsl:template match="note[@role = 'para']">
<p><!-- CALL <xsl:template match="note"> FROM HERE --></p>
</xsl:template>
Please have a look at this tiny piece of code. How can I call the
first template from the second specialized one?
NOTE: I cannot change the first one!
Many thanks,
Kirsten
I have a trivial question, but I cannot find any answer
<xsl:template match="note">
<b>Note:</b>
</xsl:template>
<xsl:template match="note[@role = 'para']">
<p><!-- CALL <xsl:template match="note"> FROM HERE --></p>
</xsl:template>
Please have a look at this tiny piece of code. How can I call the
first template from the second specialized one?
NOTE: I cannot change the first one!
Many thanks,
Kirsten