From 26dfb095bc48b43f4ecfb1c17bc3377d6c4c9375 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2008 07:37:36 +0000 Subject: 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 (This used to be commit cbf242ab8cdec36fd24d92b6855381a355a68098) --- docs/xslt/html-common.xsl | 64 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) (limited to 'docs/xslt') diff --git a/docs/xslt/html-common.xsl b/docs/xslt/html-common.xsl index dce900ef67..b584214cd7 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 + + + + + + + + + + + + + + + + + + -- cgit