xsl-list
[Top] [All Lists]

Re: [xsl] Open Office Multi-Line Normalization

2007-04-18 15:04:06

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>