|
Subject: Re: [xsl] inserting HTML comments From: Geert Josten <Geert.Josten@xxxxxxxxxxx> Date: Thu, 04 Nov 2004 21:30:27 +0100 |
<PRE>
<B>
<xsl:text>some text node </xsl:text>
</B><xsl:call-template name="insert-anchor">
<xsl:with-param name="anchor" select="someNode"/>
</xsl:call-template>
</PRE><xsl:template name="insert-anchor"><xsl:comment> This is a comment </xsl:comment><A>
<xsl:attribute name="HREF">
<xsl:value-of select="concat (string (someNode), '.html')"/>
</xsl:attribute>
<xsl:value-of select="string (someNode)"/>
</A>
</xsl:template>Grtz, Geert
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] inserting HTML comments, Babos, Andras | Thread | Re: [xsl] inserting HTML comments, David Carlisle |
| [xsl] XSLT 1.0: Grouping Adjacent E, Joe Heidenreich | Date | Re: [xsl] Grouping by key, Geert Josten |
| Month |