From b911dfbf7ecee0288ed6f74dd6676a2582759193 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 5 Jul 2002 08:15:54 +0000 Subject: [PATCH] Generates olink target data file. Part of the new stylesheet olink system. --- xsl/common/targets.xsl | 237 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 xsl/common/targets.xsl diff --git a/xsl/common/targets.xsl b/xsl/common/targets.xsl new file mode 100644 index 000000000..4d4a7fe63 --- /dev/null +++ b/xsl/common/targets.xsl @@ -0,0 +1,237 @@ + + + + + + + +Collects information for potential cross reference targets + +Processing the root element in the +collect.targets mode produces +a set of target database elements that can be used by +the olink mechanism to resolve external cross references. +The collection process is controlled by the +collect.xref.targets parameter, which can be +yes to collect targets and process +the document for output, only to +only collect the targets, and no +(default) to not collect the targets and only process the document. + + +A targets.filename parameter must be +specified to receive the output if +collect.xref.targets is +set to yes so as to +redirect the target data to a file separate from the +document output. + + + + + + + + + + + Must specify a $targets.filename parameter when + $collect.xref.targets is set to 'yes'. + The xref targets were not collected. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.40.0