source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/xsltliaison-encoding-in.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: 278 bytes
Line 
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
2
3<xsl:template match="/">
4 <root>
5 <xsl:for-each select="/root/message">
6 <message><xsl:value-of select="."/></message>
7 </xsl:for-each>
8 </root>
9</xsl:template>
10</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.