From: Mauritz Jeanson Date: Fri, 14 Dec 2007 17:48:38 +0000 (+0000) Subject: Added support for @xlink:show in the simple.xlink template. The "new" and "replace" X-Git-Tag: release/1.79.1~6^2~1581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=570aabbdf64803537ca7ba3521d1cbd36a20152a;p=docbook-dsssl 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. --- 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 @@ + + + + + + + + + + + + +