blob: ff1d0eb4c7554d519aebc84e24bf0130b240061e [file] [log] [blame]
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:template="struts template"
version="1.0">
<xsl:output method="text"/>
<xsl:template match="/">
<xsl:value-of select="/doc/section"/>
</xsl:template>
</xsl:stylesheet>