From 3ec876a85811810ecebd7dabaa5c9832f9ef9e1c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 21 Jun 2010 15:52:25 +0000 Subject: [PATCH] Bugzilla 750: hoist "xml" namespace This turns out to be caused by a issue in one of the libraries underlying xmlsectool. Work around this for now by passing the output from xmlsectool through Xalan again using an identity transform. This strips the problematic declarations without affecting the signature. --- build.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c864113a..e1171227 100644 --- a/build.xml +++ b/build.xml @@ -574,6 +574,10 @@ + + + + @@ -586,7 +590,7 @@ - + + + + + + +