Fixed some platform specific issues
[mdictionary] / trunk / src / base / xsl.xsl
index c844b97..96770eb 100644 (file)
@@ -2,13 +2,11 @@
 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <xsl:template match="/">
-             <body>
                 <table border="1" width="100%">
                    <xsl:for-each select="ar/dict"> 
                        <xsl:apply-templates/>
                    </xsl:for-each>
                 </table>
-             </body>
 </xsl:template> 
 
 <xsl:template match="info">