Literal Content

  • A Template can contain literal result structures.

    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template name="test">
        <output>Use this in the output document</output>
      </xsl:template>
    </xsl:stylesheet>
    					
  • Any elements and content not part of the XSLT subset are directly returned and included in the output.