Lyn K. Finman writes:
> method="text" indent="yes"/>). Through use of many <xsl:text> sections
> I'm able to get (somewhat) reasonable formatting of the output, but it
> is quite painful. I've basically ignored indention and word wrap in the
> output, both of which are critical for reasonable looking .h/.c files.
>
> QUESTION: is there a better way to generate basic text files from XML
> than specifying "text" output from XSLT and liberal use of <xsl:text>
How about using "text" output, and interspersing troff markup in it,
and running the result through groff, which would make fine ASCII
output?
Sebastian
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|