blob: 4a4b0ff7a0ca4d55aa4ed21600cc420b48955cb3 [file] [log] [blame]
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: LRE13 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Try to put out text without any tags.-->
<xsl:output method="text"/>
<xsl:template match="doc">
This should be directly at the top.
</xsl:template>
</xsl:stylesheet>