blob: 0b4bc36d38aa2bcd36ea64e29fc673774e6d22f0 [file] [log] [blame]
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<root>
<xsl:for-each select="/root/message">
<message><xsl:value-of select="."/></message>
</xsl:for-each>
</root>
</xsl:template>
</xsl:stylesheet>