The best option I've found is to generate HTML and then convert to text
using "links" tool, for example.
Camille.
Dave Pawson wrote:
> Colin Shapiro wrote:
>> Hi,
>>
>> I'm not quite sure what you're asking for. If you want a stylesheet that
>> simply returns the text from an XML document and does nothing else,
>> then I
>> believe something as simple as:
>>
>> <xsl:template match="/">
>> <xsl:apply-templates/>
>> </xsl:template>
>>
>> ...would suffice. Unless you want it in some specific format? Please
>> elaborate a little further and I'm sure someone can help you more.
>
>
> Yes for inlines. Not helpful for block elements?
> lists become indented,
> para's seperated by single line feed,
> tables..... not easy.
>
> etc.
>
> That's my definition of 'plain text'.
>
>
>
> regards
>