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

Subject: Re: [xsl] Ensuring a CR/LF at the end of xslt processor output
From: Wolfgang Laun <wolfgang.laun@xxxxxxxxx>
Date: Fri, 28 Jan 2011 19:17:30 +0100
<xsl:output indent = "yes" />

-W

On 28 January 2011 19:12, Tim Benner <tim@xxxxxxxxxxx> 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]

Current Thread