[Home] [By Thread] [By Date] [Recent Entries]
On 6/6/06, Dimitre Novatchev <dnovatchev@xxxxxxxxx> wrote:
I was wondering if somebody could provide an example where using
For example: <heading>Some Title<heading> <xsl:apply-templates select="heading" mode="bold"/> <xsl:apply-templates select="heading" mode="italic"/> etc, then you need to add a template to output an anchor for each heading, you can just use: <xsl:template match="heading" mode="#all">
<a id="{@id}"/>
<xsl:next-match/>
</xsl>cheers andrew
|

Cart



