From 0d4897ab1add3f23f8b4b0285fb231ebe4aedb2b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 16 Oct 2014 01:01:39 +0000 Subject: [PATCH] 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. --- xsl/html/xref.xsl | 50 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 10 deletions(-) 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 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1