]> matita.cs.unibo.it Git - helm.git/commitdiff
metadataLib.xsl merged into metadataControl.xsl
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 May 2004 12:45:18 +0000 (12:45 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 May 2004 12:45:18 +0000 (12:45 +0000)
helm/on-line/xslt/metadataControl.xsl
helm/on-line/xslt/metadataLib.xsl [deleted file]
helm/on-line/xslt/xslt_index.txt

index de3ed9890cad5c0e81198323d4f6a1774a1e0da5..03a0112489cb90d89faa73c47347abf37848bef3 100644 (file)
@@ -4,6 +4,10 @@
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:subst="http://www.cs.unibo.it/helm/subst">
 
+<xsl:import href="utils.xsl"/>
+<xsl:import href="show_dc.xsl"/>
+<xsl:import href="links_library.xsl"/>
+
 <xsl:output 
        method="xml"
        encoding="iso-8859-1" 
        doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
        doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
 
-<xsl:include href="metadataLib.xsl"/>
+<xsl:param name="CICURI" select="''"/>
+
+<xsl:template match="/">
+ <html>
+  <head>
+   <title>Metadata of <xsl:value-of select="$CICURI"/></title>
+  </head>
+  <body onLoad="window.focus()" bgColor="white">
+   <xsl:variable name="CICURL">
+     <xsl:call-template name="makeURL">
+      <xsl:with-param name="uri" select="$CICURI"/>
+     </xsl:call-template>
+   </xsl:variable>
+   <xsl:apply-templates select="*"/>
+  <xsl:call-template name="loop_show_dc">
+   <xsl:with-param name="CICURI" select="$CICURI"/>
+  </xsl:call-template>
+  </body>
+ </html>
+</xsl:template>
 
 </xsl:stylesheet>
diff --git a/helm/on-line/xslt/metadataLib.xsl b/helm/on-line/xslt/metadataLib.xsl
deleted file mode 100644 (file)
index 4e32716..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:subst="http://www.cs.unibo.it/helm/subst">
-
-<xsl:import href="utils.xsl"/>
-<xsl:import href="show_dc.xsl"/>
-<xsl:import href="links_library.xsl"/>
-
-<xsl:param name="CICURI" select="''"/>
-<xsl:param name="getterURL" select="''"/>
-<xsl:param name="draw_graphURL" select="''"/>
-<xsl:param name="rdflyURL" select="'http://localhost:58086/'"/>
-
-<!--CSC: code cut & pasted from makeGraphLinks -->
-<xsl:param name="uri_set_size" select="'30'"/>
-<!--CSC: end of cut & paste from makeGraphLinks -->
-
-<xsl:variable name="BaseRDFURLForward" select="concat($rdflyURL,'get?kind=forward&amp;object=')"/>
-<xsl:variable name="BaseRDFURLBackward" select="concat($rdflyURL,'get?kind=backward&amp;object=')"/>
-<xsl:variable name="BaseRDFURLDC" select="concat($rdflyURL,'get?kind=dc&amp;object=')"/>
-
-<xsl:template match="/">
- <html>
-  <head>
-   <title>Metadata of <xsl:value-of select="$CICURI"/></title>
-  </head>
-  <body onLoad="window.focus()" bgColor="white">
-   <xsl:variable name="CICURL">
-     <xsl:call-template name="makeURL">
-      <xsl:with-param name="uri" select="$CICURI"/>
-     </xsl:call-template>
-   </xsl:variable>
-   <xsl:apply-templates select="*"/>
-  <xsl:call-template name="loop_show_dc">
-   <xsl:with-param name="CICURI" select="$CICURI"/>
-  </xsl:call-template>
-  </body>
- </html>
-</xsl:template>
-
-</xsl:stylesheet>
index dd7465326d762bed48e1a6128ed53993de85eace..37c15b03291ff912d2cb1063d32e879eb2c83e7a 100644 (file)
@@ -2,7 +2,6 @@ getParam.xsl
 ls2theory.xsl
 makeGraphLinks.xsl
 metadataControl.xsl
-metadataLib.xsl
 resolve_topurl.xsl
 substKey.xsl
 toplevel_header.xsl