From 2dfcf32c554519120e37a7fbbf300d078b06057f Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 13 Sep 2013 18:43:40 +0000 Subject: [PATCH] Pass referrer and target params to mode="xrefstyle" to allow customizations to be more specific. --- xsl/common/common.xsl | 6 ++++++ xsl/common/olink.xsl | 23 +++++++++++++++++++---- xsl/common/titles.xsl | 6 +++++- xsl/fo/xref.xsl | 18 +++++++++++++++--- xsl/html/xref.xsl | 12 ++++++++++-- 5 files changed, 55 insertions(+), 10 deletions(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 5e84e8d4c..147384697 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -2108,6 +2108,12 @@ engine does not support it. + + + + + diff --git a/xsl/common/olink.xsl b/xsl/common/olink.xsl index eedb3c701..22fdf3644 100644 --- a/xsl/common/olink.xsl +++ b/xsl/common/olink.xsl @@ -640,7 +640,10 @@ - + + + + @@ -1071,10 +1074,14 @@ + - + + + + @@ -1122,11 +1129,15 @@ + - + + + + @@ -1186,10 +1197,14 @@ + - + + + + + - + + + + diff --git a/xsl/fo/xref.xsl b/xsl/fo/xref.xsl index 77a1ab26f..868526459 100644 --- a/xsl/fo/xref.xsl +++ b/xsl/fo/xref.xsl @@ -56,8 +56,12 @@ + - + + + + @@ -155,10 +159,14 @@ + - + + + + @@ -852,11 +860,15 @@ + - + + + + diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index 5e5660cca..ffb34c48c 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -52,9 +52,13 @@ + - + + + + @@ -132,8 +136,12 @@ + - + + + + -- 2.50.1