From c02c4417e55b4c07fc43c948fd49f601f0c33cc7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Wed, 25 Oct 2006 06:39:33 +0000 Subject: [PATCH] Added NodeInfo prefix to list of exclude-result-prefixes --- xsl/common/stripns.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/common/stripns.xsl b/xsl/common/stripns.xsl index 3692f97a0..ef30cc4a0 100644 --- a/xsl/common/stripns.xsl +++ b/xsl/common/stripns.xsl @@ -5,7 +5,7 @@ xmlns:saxon="http://icl.com/saxon" xmlns:NodeInfo="http://org.apache.xalan.lib.NodeInfo" xmlns:exsl="http://exslt.org/common" - exclude-result-prefixes="db ng exsl saxon" + exclude-result-prefixes="db ng exsl saxon NodeInfo" version='1.0'>