From 6619bdc9e7be4737a99ed2a8532956d3ba29258f Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Sat, 13 Oct 2007 07:03:17 +0000 Subject: [PATCH] Added a "not(ancestor::title)" test to work around "too many nested apply-templates" problems when processing xrefs or links in no.anchor.mode mode. Hopefully, this closes bug #1811721. --- xsl/common/titles.xsl | 48 ++++++++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/xsl/common/titles.xsl b/xsl/common/titles.xsl index 907871fab..8416de3ac 100644 --- a/xsl/common/titles.xsl +++ b/xsl/common/titles.xsl @@ -710,25 +710,39 @@ title of the element. This does not include the label. - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1