From 37700c0586206cb9a8db09a87aee2cb4fe4b0701 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 23 Oct 2001 07:40:45 +0000 Subject: [PATCH] New olink toolkit in sufficient shape for others to try it. --- .../xsl-custom/newolink/tools/chunkcustom.xsl | 23 +++ .../newolink/tools/chunktargets.xsl | 48 +++++ contrib/xsl-custom/newolink/tools/custom.xsl | 20 ++ .../xsl-custom/newolink/tools/newolink.xsl | 132 +++++++++++++ .../newolink/tools/olink-common.xsl | 174 ++++++++++++++++++ .../newolink/tools/targetdatabase.dtd | 40 ++++ contrib/xsl-custom/newolink/tools/targets.xsl | 42 +++++ 7 files changed, 479 insertions(+) create mode 100644 contrib/xsl-custom/newolink/tools/chunkcustom.xsl create mode 100644 contrib/xsl-custom/newolink/tools/chunktargets.xsl create mode 100644 contrib/xsl-custom/newolink/tools/custom.xsl create mode 100644 contrib/xsl-custom/newolink/tools/newolink.xsl create mode 100644 contrib/xsl-custom/newolink/tools/olink-common.xsl create mode 100644 contrib/xsl-custom/newolink/tools/targetdatabase.dtd create mode 100644 contrib/xsl-custom/newolink/tools/targets.xsl diff --git a/contrib/xsl-custom/newolink/tools/chunkcustom.xsl b/contrib/xsl-custom/newolink/tools/chunkcustom.xsl new file mode 100644 index 000000000..79e8baa23 --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/chunkcustom.xsl @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/chunktargets.xsl b/contrib/xsl-custom/newolink/tools/chunktargets.xsl new file mode 100644 index 000000000..0ec78c001 --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/chunktargets.xsl @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/custom.xsl b/contrib/xsl-custom/newolink/tools/custom.xsl new file mode 100644 index 000000000..80945a263 --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/custom.xsl @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/newolink.xsl b/contrib/xsl-custom/newolink/tools/newolink.xsl new file mode 100644 index 000000000..9d3a001ba --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/newolink.xsl @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Olink text not available + + MISSING OLINK TEXT + + + + + + + + + + + + + + in + + + + + + Olink of type of stylesheet is missing either targetdoc or targetid attribute. + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/olink-common.xsl b/contrib/xsl-custom/newolink/tools/olink-common.xsl new file mode 100644 index 000000000..dcdcc5b7c --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/olink-common.xsl @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/targetdatabase.dtd b/contrib/xsl-custom/newolink/tools/targetdatabase.dtd new file mode 100644 index 000000000..7b2e1b0be --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/targetdatabase.dtd @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/xsl-custom/newolink/tools/targets.xsl b/contrib/xsl-custom/newolink/tools/targets.xsl new file mode 100644 index 000000000..a4b015c70 --- /dev/null +++ b/contrib/xsl-custom/newolink/tools/targets.xsl @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0