From 0f23d999f409f3fed9ae6b7d6c45404e9818eab4 Mon Sep 17 00:00:00 2001 From: Andrea Asperti Date: Fri, 29 Jun 2001 12:55:50 +0000 Subject: [PATCH] occurrences.xsl added It computes all occurrences of identifiers inside a given document. It is used for computing metadata. --- helm/style/content.xsl | 16 +++++ helm/style/expandobj.xsl | 1 + helm/style/links_library.xsl | 30 +++++++++- helm/style/ricerca.xsl | 109 +++++++++++++++++++---------------- helm/style/rootcontent.xsl | 11 +++- 5 files changed, 113 insertions(+), 54 deletions(-) diff --git a/helm/style/content.xsl b/helm/style/content.xsl index f736dbd22..241491a98 100644 --- a/helm/style/content.xsl +++ b/helm/style/content.xsl @@ -37,6 +37,8 @@ xmlns:helm="http://www.cs.unibo.it/helm"> + + + + diff --git a/helm/style/expandobj.xsl b/helm/style/expandobj.xsl index 2171846e3..ee53cf2de 100644 --- a/helm/style/expandobj.xsl +++ b/helm/style/expandobj.xsl @@ -53,6 +53,7 @@ + diff --git a/helm/style/links_library.xsl b/helm/style/links_library.xsl index a12807df2..fbe301634 100644 --- a/helm/style/links_library.xsl +++ b/helm/style/links_library.xsl @@ -300,6 +300,7 @@ + @@ -320,8 +321,35 @@ - &param.CICURI=&param.type= + &param.CICURI=&param.type= + + + + + + + + + + + + + + + + + + + + %23 + + + + d_c&param.getterURL=&param.CICURI=&xmluri= + + + diff --git a/helm/style/ricerca.xsl b/helm/style/ricerca.xsl index b9502139d..24f5e1746 100644 --- a/helm/style/ricerca.xsl +++ b/helm/style/ricerca.xsl @@ -24,85 +24,92 @@ - + + + +getxml?uri= - + - - - - - - -
- -
- - - - - - - - - - - - -
-
- - -
- - - + + + + + + + + + select="boolean(document(concat($absPath,$abs_uri))//MUTIND[string(@uri)='cic:/Coq/Init/Logic/Equality/eq.ind'])"/> -
+
- - - - - -
-
+ + +

+ + + + + + + +
- - - + + - + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + diff --git a/helm/style/rootcontent.xsl b/helm/style/rootcontent.xsl index 140a3b57d..497e54c48 100644 --- a/helm/style/rootcontent.xsl +++ b/helm/style/rootcontent.xsl @@ -44,18 +44,25 @@ + + getxml?uri= + + + + - - + + + -- 2.39.2