Literal result fragments
- text + non-XSL namespace elements
- considered literal fragments (constants)
- <xsl:text ...> ... </...>
- as raw text but allows control of white-space stripping and escaping
- <xsl:comment> ... </...>
- creates comment
Notice that since literal fragments are part of the stylesheet XML
document, only well-formed XML will be generated
(unless disabling output escaping).