Visit Mozilla.org

XSLT:preserve-space

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

Contents

The <xsl:preserve-space> element defines the elements in the source document for which whitespace should be preserved. If there is more than one element, separate the names with a whitespace character. Preserving whitespace is the default setting, so this element only needs to be used to counteract an <xsl:strip-space> element.

[edit] Syntax

<xsl:preserve-space elements=LIST-OF-ELEMENT-NAMES  />

[edit] Required Attributes

elements
Specifies the elements for which whitespace should be preserved.

[edit] Optional Attributes

None.

[edit] Type

Top-level, must be a child of <xsl:stylesheet> or <xsl:transform>.

[edit] Defined

XSLT, section 3.4

[edit] Gecko support

Supported.