]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/xml/ld-html.xsl
we updated the css validation icon
[helm.git] / helm / software / lambda-delta / xml / ld-html.xsl
index f166025db30feca7de01cb1c8be484d0f58b29a9..d21a6bbf926df04e4246c2f32344056b303cae51 100644 (file)
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ -->
 
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<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="http://www.w3.org/TR/html4/loose.dtd"
-   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"
 />