]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/xslt/ld_web.xsl
c5dc6b449ef19de68fcec38a7a94c27752e37688
[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:strip-space elements="*"/>
11
12 <xsl:include href="xhtbl.xsl"/>
13 <xsl:include href="ld_web_library.xsl"/>
14 <xsl:include href="ld_web_root.xsl"/>
15
16 <xsl:output 
17    method="xml"
18    doctype-public="-//W3C//DTD XHTML 1.1//EN"
19    doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"   
20    encoding="UTF-8"
21 />
22
23 </xsl:stylesheet>