From 77037d95f4ee4de9062be2f2d8b644282638785c Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 2 Aug 2001 19:15:28 +0000 Subject: [PATCH] Changed with endterm to process the children nodes and not just the text by calling a new mode="endterm" template. Also changed to process its endterm if the element content is empty. Also changed the first use of name() to local-name() to match the others in the file and in html/xref.xsl. --- xsl/fo/xref.xsl | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/xsl/fo/xref.xsl b/xsl/fo/xref.xsl index 699c74a15..b9e3b956d 100644 --- a/xsl/fo/xref.xsl +++ b/xsl/fo/xref.xsl @@ -24,7 +24,7 @@ - + @@ -65,7 +65,7 @@ ??? - + @@ -79,6 +79,11 @@ + + + + + @@ -269,7 +274,43 @@ - + + + + + + + + + + + + + + + + Endterm points to nonexistent ID: + + + ??? + + + + + + + + + + Link element has no content and no Endterm. + Nothing to show in the link to + + + ??? + + + + -- 2.40.0