Controlling White Space with XSLT
This section contains the following topics.
- How White Space is Handled in XML Files
- How the MSXML Processor Parses White Space
- Inserting White Space Using <xsl:text>
- Preserving or Stripping White Space
- Example of <xsl:preserve-space> and <xsl:strip-space>
- Overriding <xsl:preserve-space> and <xsl:strip-space>
- Preserving Markup Characters by Using CDATA Sections
- Stripping White Space Using normalize-space()
- Controlling White Space with the DOM
- How the Browser Handles the preserveWhiteSpace Property
- Controlling White Space Using the Style Sheet
- Controlling White Space Using the MSXML Processor
See Also
<xsl:strip-space> Element | <xsl:preserve-space> Element