From 290e15f0b80ab1a9412fb63c51d3c0f317f9eafa Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2001 16:36:04 +0000 Subject: [PATCH] There were still many problems with URIs with a ' in the middle. Now they should be all resolved (in theory, at least ;-) --- helm/on-line/xslt/ls2html.xsl | 45 ++++++++++++++++--------------- helm/on-line/xslt/metadataLib.xsl | 29 +++----------------- helm/on-line/xslt/utils.xsl | 41 ++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 48 deletions(-) create mode 100644 helm/on-line/xslt/utils.xsl diff --git a/helm/on-line/xslt/ls2html.xsl b/helm/on-line/xslt/ls2html.xsl index a7d27e996..965d15f12 100644 --- a/helm/on-line/xslt/ls2html.xsl +++ b/helm/on-line/xslt/ls2html.xsl @@ -5,6 +5,8 @@ + + @@ -43,29 +45,18 @@ [{$alt}] - + + + + + @@ -133,9 +124,19 @@ [{@name}] + + + + + + + + + + diff --git a/helm/on-line/xslt/metadataLib.xsl b/helm/on-line/xslt/metadataLib.xsl index ef45c40ea..e807cc00f 100644 --- a/helm/on-line/xslt/metadataLib.xsl +++ b/helm/on-line/xslt/metadataLib.xsl @@ -4,6 +4,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:subst="http://www.cs.unibo.it/helm/subst"> + + @@ -16,32 +18,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -77,6 +53,7 @@ + diff --git a/helm/on-line/xslt/utils.xsl b/helm/on-line/xslt/utils.xsl new file mode 100644 index 000000000..9213c2436 --- /dev/null +++ b/helm/on-line/xslt/utils.xsl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.2