From 570aabbdf64803537ca7ba3521d1cbd36a20152a Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Fri, 14 Dec 2007 17:48:38 +0000 Subject: [PATCH] Added support for @xlink:show in the simple.xlink template. The "new" and "replace" values are supported (corresponding to values of "_blank" and "_top" for the ulink.target parameter). I have assumed that @xlink:show should override ulink.target for external URI links. This closes bugs #1762023 and #1727498. --- xsl/html/inline.xsl | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/xsl/html/inline.xsl b/xsl/html/inline.xsl index e2c18ff18..b166feba3 100644 --- a/xsl/html/inline.xsl +++ b/xsl/html/inline.xsl @@ -23,10 +23,18 @@ - + + + + _blank + _top + + + + + - + @@ -135,6 +143,19 @@ + + + + + + + + + + + + + -- 2.40.0