xsl-list
[Top] [All Lists]

Re: [xsl] cannot remove indentation [XSLT 1.0]

2011-03-16 13:44:20

<xsl:strip-space elements="*"/>
<xsl:output encoding="UTF-8" indent="no" media-type="text/xml"
method="xml"/>
This will only have effect in the stylesheet you are actually calling,
not any included stylesheets.

um, no... Both xsl:strip-space and xsl:output affect the entire stylesheet (all modules), subject of course to rules for resolving conflicting declarations.

Michael Kay
Saxonica

--~------------------------------------------------------------------
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>
--~--