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

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

initial import of LiRK3

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.