From 678bb65a646378b2b0ddeb88739108ab40aa3ad3 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 12 Mar 2002 19:35:30 +0000 Subject: [PATCH] Modified match="co" template to use its linkends attribute to form a hotlink to the callout element, forming the two-ways links as described in The Definitive Guide. At this time, only a single linkend value is supported, since HTML doesn't handle multiply-targeted links. --- xsl/html/callout.xsl | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/xsl/html/callout.xsl b/xsl/html/callout.xsl index 431e2588f..eadd8031d 100644 --- a/xsl/html/callout.xsl +++ b/xsl/html/callout.xsl @@ -87,10 +87,35 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1