From 6ed762cf4bdaaf14bd2e415522f7a04a430b4ddd Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2008 07:37:36 +0000 Subject: [PATCH] Use title from a linked item to show up as text of the link if there is no endterm or content in the link itself --- docs/xslt/html-common.xsl | 64 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/docs/xslt/html-common.xsl b/docs/xslt/html-common.xsl index dce900ef678..b584214cd71 100644 --- a/docs/xslt/html-common.xsl +++ b/docs/xslt/html-common.xsl @@ -1,7 +1,10 @@ - + @@ -22,4 +25,63 @@ + + + + + + + + + + + + + + + + + + + + + Endterm points to nonexistent ID: + + + ??? + + + + + + + + + + + + + + + + Link element has no content and no Endterm. And linkend's pointer has no title. + Nothing to show in the link to + + + + + + + + + + + + + + + + + + -- 2.34.1