xsl-list
[Top] [All Lists]

Re: [xsl] Blank lines in transformed XML

2007-11-06 06:56:15
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>