<xsl:output indent = "yes" />
-W
On 28 January 2011 19:12, Tim Benner <tim(_at_)tbenner(_dot_)com> wrote:
Hi
I'm just learning XSLT and in using both the Saxon processor and the .Net
processor I found something annoying. Instead of getting output something
like:
<head>
<body>
</body>
</head>
I get:
<head><body></body></head>
I'd like to have the output pretty printed like the first example. Is there
a way I can coax the Saxon processor and/or the processor in .Net to do this?
Thanks
[Tim]
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--