Subject: RE: XSLT text output - better formatting possible?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 25 Oct 2000 17:05:31 +0100
|
> 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.
> >
> How about using "text" output, and interspersing troff markup in it,
> and running the result through groff, which would make fine ASCII
> output?
Or just getting hold of a C pretty-print utility and piping the text output
through that?
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|