source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/xml/doc.xsl@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 253 bytes
Line 
1<xsl:stylesheet
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 xmlns:template="struts template"
4 version="1.0">
5<xsl:output method="text"/>
6<xsl:template match="/">
7<xsl:value-of select="/doc/section"/>
8</xsl:template>
9</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.