source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/xml/doc.xsl@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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.