]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/xslt/ld_web.xsl
dd091dcd30927f8cf008d71a9c306648125b0bc8
[helm.git] / helm / www / lambdadelta / xslt / ld_web.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <xsl:stylesheet version="1.0"
4                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5 >
6
7 <xsl:param name="baseurl"/>
8 <xsl:param name="date"/>
9
10 <xsl:include href="xhtbl.xsl"/>
11 <xsl:include href="ld_web_library.xsl"/>
12 <xsl:include href="ld_web_root.xsl"/>
13
14 <xsl:output 
15    method="xml"
16    doctype-public="-//W3C//DTD XHTML 1.1//EN"
17    doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"   
18    encoding="UTF-8"
19    indent="yes"
20 />
21
22 </xsl:stylesheet>