source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/style/testNewerStylesheet.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: 209 bytes
Line 
1<?xml version="1.0"?>
2<xsl:stylesheet
3 version="1.0"
4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
6<xsl:output method="text"/>
7
8<xsl:template match="/">
9${xsl.value}
10</xsl:template>
11
12</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.