HTML output with non visible line breaks

Subject: HTML output with non visible line breaks
From: Guy Pirostsky <Guy@xxxxxxxx>
Date: Tue, 21 Dec 1999 13:20:19 +0200
After xslt transforming my html output look like this:

<HTML><HEAD><LINK TYPE="text/css" HREF="styles/main.css"
REL="STYLESHEET"></HEAD><BODY vlink="gray" background="img/bg2.gif"
link="#015569" marginheight="0" text="black" rightmargin="1" leftmargin="0"
topmargin="0" marginwidth="1"><table width="100%" border="0"
bgcolor="#000000" cellpadding="0" cellspacing="0"> ...
...

I prefer the output in the following format
<HTML>
  <HEAD>
    <LINK ...>
...


How can I create output that preserves non visible line breaks (from the
Stylesheet )?
This is useful for debugging the stylesheet and checking the results.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread