1 <?xml version="1.0" encoding="UTF-8"?>
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.
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_______________________________________________________________ -->
14 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
15 xmlns:ld="http://lambda-delta.info"
16 xmlns="http://www.w3.org/1999/xhtml"
19 <xsl:strip-space elements="Sort LRef GRef Cast Appl Abst Abbr Void"/>
21 <xsl:template name="separator">
22 <span class="separator">
23 <xsl:call-template name="fs"/>
27 <xsl:template match="ld:Sort">
29 <xsl:call-template name="position"/>
33 <xsl:template match="ld:LRef">
35 <xsl:call-template name="position"/>
39 <xsl:template match="ld:GRef">
41 <xsl:call-template name="uri"/>
45 <xsl:template match="ld:Cast">
47 <xsl:call-template name="oa"/>
48 <xsl:apply-templates/>
49 <xsl:call-template name="ca"/>
51 <xsl:call-template name="separator"/>
54 <xsl:template match="ld:Appl">
56 <xsl:call-template name="op"/>
57 <xsl:call-template name="mk_terms"/>
58 <xsl:call-template name="cp"/>
60 <xsl:call-template name="separator"/>
63 <xsl:template match="ld:Abst">
65 <xsl:call-template name="lambda"/>
66 <xsl:call-template name="mk_binder">
67 <xsl:with-param name="sep-seq">
68 <xsl:call-template name="cn"/>
72 <xsl:call-template name="separator"/>
75 <xsl:template match="ld:Abbr">
77 <xsl:call-template name="delta"/>
78 <xsl:call-template name="mk_binder">
79 <xsl:with-param name="sep-seq">
80 <xsl:call-template name="eq"/>
84 <xsl:call-template name="separator"/>
87 <xsl:template match="ld:Void">
89 <xsl:call-template name="chi"/>
90 <xsl:call-template name="ob"/>
91 <xsl:call-template name="mk_names"/>
92 <xsl:call-template name="cb"/>
94 <xsl:call-template name="separator"/>