From f3aad398fdafb52850e84329bbb435cbf1783593 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 9 Sep 2004 17:52:18 +0000 Subject: [PATCH] Fixed bug in xml:base resolution not recursing through the ancestors. --- xsl/common/common.xsl | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index c448461d1..c3f2b0594 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1661,8 +1661,10 @@ node location. - - + + @@ -1701,6 +1703,24 @@ node location. + + + + + + + + + + + + + + + + + -- 2.40.0