Merge branch 'local_grails'
[grails.git] / cruise / grailsCCHtmlMail.xsl
blob41d8edf1c89a713d29fffec91f380f4f088d2f98
1 <?xml version="1.0" encoding="us-ascii" ?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <xsl:import href="grailsCC.xsl"/>
4 <xsl:output method="html"/>
6 <xsl:template match="/">
7 <html>
8 <head>
9 <title>Grail's CruiseControl Build Result</title>
10 </head>
11 <body>
12 <xsl:apply-imports/>
13 </body>
14 </html>
15 </xsl:template>
16 </xsl:stylesheet>