From 44834a1b07dbe242a8379bd23b6d2e01f5c65a06 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 17 Oct 2001 10:11:56 +0000 Subject: [PATCH] Bug removed/Feature changed: CIC URIs for inductive data types and constructors ending with an #xpointer are now handled (more) correctly. --- helm/graphs/tools/draw_graph.cgi | 2 +- helm/style/mk_dep_graph.xsl | 66 +++++++++++++++++++++++++++++--- helm/style/mk_meta_graph.xsl | 2 +- 3 files changed, 62 insertions(+), 8 deletions(-) diff --git a/helm/graphs/tools/draw_graph.cgi b/helm/graphs/tools/draw_graph.cgi index 7a11ab500..d5d5b4a82 100755 --- a/helm/graphs/tools/draw_graph.cgi +++ b/helm/graphs/tools/draw_graph.cgi @@ -22,7 +22,7 @@ while (my $c = $d->accept) { my $http_query = $r->url->equery; my $cgi = new CGI("$http_query"); my $url = $cgi->param('url'); - $url = uri_unescape($url).'¶m.PID='.$$; + $url = $url.'¶m.PID='.$$; print "URL: $url\n"; my $ua = LWP::UserAgent->new; diff --git a/helm/style/mk_dep_graph.xsl b/helm/style/mk_dep_graph.xsl index dee91b3c1..86933883c 100644 --- a/helm/style/mk_dep_graph.xsl +++ b/helm/style/mk_dep_graph.xsl @@ -40,7 +40,7 @@ - + @@ -111,15 +111,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; + + + + + - - - + + + } @@ -127,7 +171,12 @@ - + + + + + + @@ -136,8 +185,13 @@ + + + + + - + diff --git a/helm/style/mk_meta_graph.xsl b/helm/style/mk_meta_graph.xsl index 243aedc44..f9d6faa23 100644 --- a/helm/style/mk_meta_graph.xsl +++ b/helm/style/mk_meta_graph.xsl @@ -167,7 +167,7 @@ - + -- 2.39.2