For debugging html output, I use sabcmd and pipe the output through html tidy. I find
html tidy a useful tool in general.
Html tidy can be found at
http://www.w3.org/People/Raggett/tidy/
-Mark
----- original message -----
From: Tom Kaiser <[EMAIL PROTECTED]>
Sent: Wed, 2 May 2001 20:27:12 -0100
To: Sablotron Mailing List <[EMAIL PROTECTED]>
Subject: Re: [Sab] Whitespace (take 2)
Paul,
at least some simple HTML indentation should be available soon. I guess
that will solve your problem, breaking the HTML output into separate
lines.
Tom
On Tue, 1 May 2001 12:27:02 +1000
Paul Cameron <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've read through some of the list archives, and have not found
> a definitive answer (yet).
>
> Sablot doesn't seem to be preserving whitespace in <xsl:template ...>
> tags. The end result is that any HTML generated is one long stream
> of tags, which makes debugging the generated output particularly
> difficult.
>
> What would be involved to get this whitespace preserved?
> The source code is very confusing, I don't have the slightest
> idea of what's going on in there.
>
> Paul.