xsl-list
[Top] [All Lists]

Re: Should XSLT be used to generate a plain text document?

2005-04-26 12:34:37
Chris writes:
Hi, i would like to create some (i guess you would call it) styled, or
formatted plain text.
...
I'm still new to XSL/T so i'm not really sure of its limitations, or
even if this is something i should be attempting with with it.

When i think about it transforming to plain text doesn't sound right,
but some expert opinions would be good :)

XSLT is perfectly suited to this: <xsl:output method="text"/>

-- 
Kevin Rodgers


--~------------------------------------------------------------------
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>
--~--