From 90777831624ec55c4b68bdb0a7206ef407ba7da3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 24 Oct 2001 15:15:19 +0000 Subject: [PATCH] mk_meta_graph.xsl and mk_dep_graph.xsl factorised using mk_meta_and_dep_graph.xsl. --- helm/style/mk_dep_graph.xsl | 242 +----------------------- helm/style/mk_meta_and_dep_graph.xsl | 270 +++++++++++++++++++++++++++ helm/style/mk_meta_graph.xsl | 242 +----------------------- 3 files changed, 274 insertions(+), 480 deletions(-) create mode 100644 helm/style/mk_meta_and_dep_graph.xsl diff --git a/helm/style/mk_dep_graph.xsl b/helm/style/mk_dep_graph.xsl index 6321f7e66..e95d88818 100644 --- a/helm/style/mk_dep_graph.xsl +++ b/helm/style/mk_dep_graph.xsl @@ -24,248 +24,10 @@ - - -]> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; - - - - - - - - - - - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [label=" - - ",URL=" - - " - - ,color=red - - ];&CSCbr; - - - - - - - - - - - - - - - - - - - - -> - - ;&CSCbr; - - - + diff --git a/helm/style/mk_meta_and_dep_graph.xsl b/helm/style/mk_meta_and_dep_graph.xsl new file mode 100644 index 000000000..1ab286340 --- /dev/null +++ b/helm/style/mk_meta_and_dep_graph.xsl @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; + + + + + + + + + + + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [label=" + + ",URL=" + + " + + ,color=red + + ];&CSCbr; + + + + + + + + + + + + + + + + + + + + + -> + + ;&CSCbr; + + + + + diff --git a/helm/style/mk_meta_graph.xsl b/helm/style/mk_meta_graph.xsl index 020a64af5..2747c8da1 100644 --- a/helm/style/mk_meta_graph.xsl +++ b/helm/style/mk_meta_graph.xsl @@ -24,248 +24,10 @@ - - -]> + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; - - - - - - - - - - - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [label=" - - ",URL=" - - " - - ,color=red - - ];&CSCbr; - - - - - - - - - - - - - - - - - - - - -> - - ;&CSCbr; - - - + -- 2.39.2