]> matita.cs.unibo.it Git - helm.git/blob - helm/software/lambda-delta/xml/ld-html.xsl
xml: first ld to xml stylesheets
[helm.git] / helm / software / lambda-delta / xml / ld-html.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4
5 <xsl:param name="baseurl"/>
6
7 <xsl:include href="ld-html-library.xsl"/>
8 <xsl:include href="ld-html-term.xsl"/>
9 <xsl:include href="ld-html-entry.xsl"/>
10 <xsl:include href="ld-html-root.xsl"/>
11
12 <xsl:output 
13    method="html"
14    doctype-system="html"
15    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
16    encoding="UTF-8"
17    indent="no"
18 />
19
20 </xsl:stylesheet>