]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/xml/ld-html.xsl
Regular expressions.
[helm.git] / helm / software / lambda-delta / xml / ld-html.xsl
index b66dd6f526be7c2b71d5b39d60e9098074e34be6..b5ed85342ef2ebc1da223cc4ee2949663e7d4f21 100644 (file)
@@ -1,17 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!--
+    ||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">
 
 <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-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
    encoding="UTF-8"
    indent="no"