[Home] [By Thread] [By Date] [Recent Entries]
looks like you just want
<pre>
<xsl:apply-templates/>
</pre>
the default element and text node templates will do the rest for you,
with the exception of
<xsl:template match="text:s">
<xsl:value-of select="substring(' ',1,@text:c)"/>
</xsl:template>
David
|

Cart



