Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #7919: report.xsl

File report.xsl, 414 bytes (added by wls, 3 years ago)

Here's an XSLT file

Line 
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3  
4    <xsl:template match="/">
5    
6 <html>
7 <head>
8 <script SRC="javascript/prototype.js" TYPE="text/javascript"></script>
9 <script SRC="javascript/scriptaculous.js" TYPE="text/javascript"></script>
10 </head>
11 <body>         
12 </body>
13 </html>
14    
15    </xsl:template>
16    
17 </xsl:stylesheet>