From: Bob Stayton Date: Thu, 16 Oct 2014 01:01:39 +0000 (+0000) Subject: If a link or xref has an @id or @xml:id, then add a span to X-Git-Tag: release/1.79.1~6^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d4897ab1add3f23f8b4b0285fb231ebe4aedb2b;p=docbook-dsssl If a link or xref has an @id or @xml:id, then add a span to include the id because simple.xlink no longer generates the id attribute. --- diff --git a/xsl/html/xref.xsl b/xsl/html/xref.xsl index de33ae5a9..2289c855a 100644 --- a/xsl/html/xref.xsl +++ b/xsl/html/xref.xsl @@ -122,9 +122,22 @@ - - - + + + + + + + + + + + + + + + + @@ -999,13 +1012,30 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +