The <xsl:strip-space>
element defines the elements in the source document for which whitespace should be removed.
<xsl:strip-space elements=LIST-OF-ELEMENT-NAMES />
elements
None.
Top-level, must be a child of <xsl:stylesheet>
or <xsl:transform>
.
XSLT, section 3.4
Supported.
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/strip-space