xsl:strip-space¶
Used at the top level of the stylesheet to define elements in the source document for which whitespace nodes are insignificant and should be removed from the tree before processing.
Available in XSLT 1.0 and later versions. Available in all Saxon editions.
- Category: declaration
- Content: none
- Permitted parent elements:
xsl:package
;xsl:stylesheet
;xsl:transform
Attributes¶
elements
- tokens
- Defines a space-separated list of element names. The value "
*
" may be used to mean "all elements"; in this case any elements where whitespace is not to be stripped may be indicated by anxsl:preserve-space
element.