Stefan Lischke wrote:
Thanks Terry,
In bugzilla see bug # 13746.
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13746)
thats exactly my problem.
the reporter says it had fixed it by removing some code lines. is this in the actual CVS? or should i fix this by myself?
I hacked the source to fix it in my version. I don't know if this is a correct fix or not, but it works fine for me (not using namespaces in my documents)... Have not had the time to investigate further.
In file org/apache/xindice/xml/dom/DocumentImpl.java, comment out the following 2 lines:
importNamespaces(importedNode, clone);
importNamespaces(importedNode, result);
Both lines are found in method:
public Node importNode(Node importedNode, boolean deep)
-Terry
mfg stefan