]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/xml/ld-html.xsl
Bugs and other stuff to do to complete the Matita 1/2 => Matita 1.0 transition.
[helm.git] / helm / software / lambda-delta / xml / ld-html.xsl
index b66dd6f526be7c2b71d5b39d60e9098074e34be6..d21a6bbf926df04e4246c2f32344056b303cae51 100644 (file)
@@ -1,18 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<!--
+    ||M||  This file is part of HELM, an Hypertextual, Electronic        
+    ||A||  Library of Mathematics, developed at the Computer Science     
+    ||T||  Department, University of Bologna, Italy.                     
+    ||I||                                                                
+    ||T||  HELM is free software; you can redistribute it and/or         
+    ||A||  modify it under the terms of the GNU General Public License   
+    \   /  version 2 or (at your option) any later version.              
+     \ /   This software is distributed as is, NO WARRANTY.              
+      V_______________________________________________________________ -->
+
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                              xmlns="http://www.w3.org/1999/xhtml"
+>
 
 <xsl:param name="baseurl"/>
 
 <xsl:include href="ld-html-library.xsl"/>
 <xsl:include href="ld-html-term.xsl"/>
-<xsl:include href="ld-html-entry.xsl"/>
+<xsl:include href="ld-html-entity.xsl"/>
 <xsl:include href="ld-html-root.xsl"/>
 
 <xsl:output 
-   method="html"
-   doctype-system="html"
-   doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
+   method="xml"
+   doctype-public="-//W3C//DTD XHTML 1.1//EN"
+   doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"   
    encoding="UTF-8"
    indent="no"
 />