[xsl] Ensuring a CR/LF at the end of xslt processor output

Subject: [xsl] Ensuring a CR/LF at the end of xslt processor output
From: Tim Benner <tim@xxxxxxxxxxx>
Date: Fri, 28 Jan 2011 10:12:47 -0800 (PST)
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]

Current Thread