June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:strip-space>
<xsl:strip-space element="
element_name
"/>
Declares an XML element in which all whitespace located between its opening and closing tags is insignificant and should be removed by the XML processor.
<xsl:strip-space element="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.
Read now
Unlock full access