[Home] [By Thread] [By Date] [Recent Entries]
You could implement the preprocessor easily enough if you are using
Saxon. For example if you use <?line?> then you can write the
preprocessor as
<xsl:template match="*"> .. identity template .. </xsl:template> <xsl:template match="processing-instruction(line)"> <xsl:value-of select="saxon:line-number(.)"/> </xsl:template> Michael Kay Saxonica On 02/12/2011 12:14, Bartolomeo Nicolotti wrote: To whom it may concern,
|

Cart



