RE: [xsl] inserting HTML comments

Subject: RE: [xsl] inserting HTML comments
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 2 Nov 2004 16:15:19 -0000
> > <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>
> 
> Unfortunately this won't work for me as my templates are way 
> bigger than
> this... :-(

It won't make any difference anyway. Whitespace text nodes in the stylesheet
are ignored.

Michael Kay
http://www.saxonica.com/

Current Thread