June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:preserve-space>
<xsl:preserve-space element="
element_name
"/>
Declares an XML element in which all whitespace located between its opening and closing tags is preserved; hence, the XML processor will not remove it.
<xsl:preserve-space element="title"/>
This is similar to the xml:space=preserve attribute.
Read now
Unlock full access