]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/lddl_term.xsl
grundlagen web pages updated
[helm.git] / helm / www / lambdadelta / xslt / lddl_term.xsl
index dd5a45083468f0a9e3e00f82c0a8dcb0c41deb9e..d09b113bce7791bf39786ba8a6f115cc387580ac 100644 (file)
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                               xmlns:ld="http://lambdadelta.info/"
-                              xmlns:xhtml="http://www.w3.org/1999/xhtml"
+                              xmlns="http://lambdadelta.info/"
 >
 
 <xsl:template match="ld:Sort">
-   <xhtml:span class="sort" title="{@position}">
+   <style class="sort" title="{@position}">
       <xsl:value-of select="@name"/>
-   </xhtml:span>
+   </style>
 </xsl:template>
 
 <xsl:template match="ld:LRef">
-   <xhtml:span class="lref" title="{@position}">
+   <style class="lref" title="{@position}">
       <xsl:value-of select="@name"/>
-   </xhtml:span>
+   </style>
 </xsl:template>
 
 <xsl:template match="ld:GRef">
-   <xhtml:span class="gref" title="{@position}&lt;{@uri}&gt;">
+   <style class="gref" title="{@position}&lt;{@uri}&gt;">
       <xsl:call-template name="uri"/>
-   </xhtml:span>
+   </style>
 </xsl:template>
 
 <xsl:template match="ld:Cast">
-   <xhtml:span class="cast">
+   <style class="cast">
       <xsl:call-template name="oa"/>
       <xsl:apply-templates select="*"/>
       <xsl:call-template name="ca"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>
 
 <xsl:template match="ld:Appl">
-   <xhtml:span class="appl">
+   <style class="appl">
       <xsl:call-template name="op"/>
       <xsl:apply-templates select="*"/>
 <!--      <xsl:call-template name="mk_terms"/> -->
       <xsl:call-template name="cp"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>
 
 <xsl:template match="ld:Proj">
-   <xhtml:span class="proj">
+   <style class="proj">
       <xsl:call-template name="oc"/>
       <xsl:apply-templates select="*"/>
       <xsl:call-template name="cc"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>
 
 <xsl:template match="ld:Abst">
-   <xhtml:span class="local" title="{@position}">
+   <style class="local" title="{@position}">
       <xsl:call-template name="abst"/>
       <xsl:call-template name="ob"/>
       <xsl:call-template name="name"/>
       <xsl:call-template name="cn"/>
       <xsl:apply-templates select="*"/>
       <xsl:call-template name="cb"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>
 
 <xsl:template match="ld:Abbr">
-   <xhtml:span class="local">
+   <style class="local">
       <xsl:call-template name="abbr"/>
       <xsl:call-template name="ob"/>
       <xsl:call-template name="name"/>
       <xsl:call-template name="eq"/>
       <xsl:apply-templates select="*"/>
       <xsl:call-template name="cb"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>
 
 <xsl:template match="ld:Void">
-   <xhtml:span class="local">
+   <style class="local">
       <xsl:call-template name="void"/>
       <xsl:call-template name="ob"/>
       <xsl:call-template name="name"/>
       <xsl:call-template name="cb"/>
-   </xhtml:span>
+   </style>
    <xsl:call-template name="separator"/>
 </xsl:template>