Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

preserve-space

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.

Syntax

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

Required Attributes

elements
Specifies the elements for which whitespace should be preserved.

Optional Attributes

None.

Type

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

Defined

XSLT, section 3.4

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Fredchat, Ptak82, Nickolay, CitizenK
 Last updated by: Sheppy,