From b861e7d6a9ca473d72efe4111654ddabb8c00576 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 12 Nov 2006 08:24:40 +0000 Subject: [PATCH] Finish support for @xml:id everywhere @id is used. --- xsl/common/gentext.xsl | 4 +-- xsl/common/titles.xsl | 81 +++++++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 39 deletions(-) diff --git a/xsl/common/gentext.xsl b/xsl/common/gentext.xsl index 975c427ca..b134fe6e1 100644 --- a/xsl/common/gentext.xsl +++ b/xsl/common/gentext.xsl @@ -360,7 +360,7 @@ object.xref.markup: empty xref template for linkend=" - + " and @xrefstyle=" " @@ -392,7 +392,7 @@ Xref is only supported to listitems in an orderedlist: - + ??? diff --git a/xsl/common/titles.xsl b/xsl/common/titles.xsl index 7805dbcf0..3ec4bc376 100644 --- a/xsl/common/titles.xsl +++ b/xsl/common/titles.xsl @@ -48,11 +48,18 @@ title of the element. This does not include the label. Request for title of element with no title: - - (id=" - - ") - + + + (id=" + + ") + + + (xml:id=" + + ") + + ???TITLE??? @@ -230,7 +237,7 @@ title of the element. This does not include the label. mode="title.markup"> + title)[1]"/> @@ -562,16 +569,16 @@ title of the element. This does not include the label. + |sectioninfo/titleabbrev + |sect1info/titleabbrev + |sect2info/titleabbrev + |sect3info/titleabbrev + |sect4info/titleabbrev + |sect5info/titleabbrev + |refsect1info/titleabbrev + |refsect2info/titleabbrev + |refsect3info/titleabbrev + |titleabbrev)[1]"/> @@ -668,23 +675,23 @@ title of the element. This does not include the label. - - + + Endterm points to nonexistent ID: - - ??? - - - - + + ??? + + + + - + @@ -692,17 +699,17 @@ title of the element. This does not include the label. - - - - - - - - - - - + + + + + + + + + + + -- 2.40.0