]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/xslt/ld_web.xsl
planned dehyphenation of lambdadelta eventually took place!
[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
9 <xsl:include href="xhtbl.xsl"/>
10 <xsl:include href="ld_web_library.xsl"/>
11 <xsl:include href="ld_web_root.xsl"/>
12
13 <xsl:output 
14    method="xml"
15    doctype-public="-//W3C//DTD XHTML 1.1//EN"
16    doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"   
17    encoding="UTF-8"
18    indent="yes"
19 />
20
21 </xsl:stylesheet>