Re: [xsl] Blank lines in transformed XML

Subject: Re: [xsl] Blank lines in transformed XML
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Tue, 06 Nov 2007 14:55:32 +0100
Thomas Jackie R Ctr HQ 754 ELSG/LRM wrote:

How do we remove the blank lines from the transformed xml.

If you don't have mixed contents then one possible way should be using <xsl:output indent="yes"/> <xsl:strip-space elements="*"/> in the stylesheet.


--


	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread