Initial Commit
[packages] / xemacs-packages / xslide / xslide-initial.xsl
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4
5   <xsl:output method="html"/>
6
7   <xsl:template match="/">
8     <html>
9       <body bgcolor="#FFFFFF">
10         <xsl:apply-templates/>
11       </body>
12     </html>
13   </xsl:template>
14
15 </xsl:stylesheet>