]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/xslt/lddl.xsl
web site update
[helm.git] / helm / www / lambdadelta / xslt / lddl.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4     ||M||  This file is part of HELM, an Hypertextual, Electronic        
5     ||A||  Library of Mathematics, developed at the Computer Science     
6     ||T||  Department, University of Bologna, Italy.                     
7     ||I||                                                                
8     ||T||  HELM is free software; you can redistribute it and/or         
9     ||A||  modify it under the terms of the GNU General Public License   
10     \   /  version 2 or (at your option) any later version.              
11      \ /   This software is distributed as is, NO WARRANTY.              
12       V_______________________________________________________________ -->
13
14 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
15
16 <xsl:strip-space elements="*"/>
17
18 <xsl:include href="lddl_library.xsl"/>
19 <xsl:include href="lddl_term.xsl"/>
20 <xsl:include href="lddl_constant.xsl"/>
21 <xsl:include href="lddl_root.xsl"/>
22
23 <xsl:output 
24    method="xml"
25    encoding="UTF-8"
26 />
27
28 </xsl:stylesheet>