December 2002
Intermediate to advanced
576 pages
32h
English
<xsl:preserve-space>
This declares one or more XML elements in which all whitespace
located between the opening and closing tags is preserved; hence, the
XML processor will not remove it. By default, whitespace is not
removed from elements; <xsl:preserve-space>
can override any elements declared in the
<xsl:strip-space> directive:
<xsl:preserve-space elements="title"/>
<xsl:preserve-space
elements="element1 element2 ..."/>Read now
Unlock full access