[Home] [By Thread] [By Date] [Recent Entries]
OK, thanks David
Updated template:
<xsl:template match="p">
<lines>
<xsl:for-each-group select="node()" group-starting-with="br">
<line><xsl:copy-of select="current-group() except
self::br"/></line>
</xsl:for-each-group>
</lines>
</xsl:template>
Cheers,
Jesper Tverskov
|

Cart



