From 1d3299cdba0f1e3308aaaba997c47a68a0644110 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 13 Mar 2009 00:25:01 +0000 Subject: [PATCH] Now support xref to phrase, simpara, anchor, and quote, most useful when an xrefstyle is used. --- xsl/html/inline.xsl | 82 ++++++++++++++++++++++++--------------------- xsl/html/xref.xsl | 28 ++++++++++++---- 2 files changed, 64 insertions(+), 46 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index f218c1799..d39d30860 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -57,10 +57,10 @@ - + 1 + @xlink:role = $xolink.role">1 0 @@ -126,9 +126,9 @@ - - - + + + @@ -144,18 +144,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -829,18 +829,22 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -1282,14 +1286,14 @@ - - - - - - - - + + + + + + + + ] @@ -1319,7 +1323,7 @@ - + ] @@ -1334,7 +1338,7 @@ + level="any" format="1"/> diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index 01ebe3364..3c28adbaa 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -777,7 +777,10 @@ - + + @@ -807,12 +810,23 @@ |ancestor::listitem |ancestor::varlistentry)[last()]"/> - - - - - - + + + + + + + + + + + + + + + + + -- 2.40.0