December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:strip-space>
This declares an XML element or list of elements in which all whitespace located between the opening and closing tags is insignificant and should be removed by the XSL processor:
<xsl:strip-space elements="title"/>
Note that this is not necessarily the same as the
xml:space="default" attribute, which allows the
XSL processor more freedom to decide how to handle whitespace.
<xsl:strip-space
elements="element1 element2 ..."/>Read now
Unlock full access