Hello, I'm new to xindice and am having a name space related problem.
1) I create a resource and store is under a key. I can retrieve the resource and display the contained document. 2) I set the namespacce and retrieve the resource by key using the XMLDB interface, insert a new element into the document , and re-insert the resource at the same key. When I attempt to retrieve the document using XPATH I receive the following error: [Fatal Error] :2:367: Attribute "col" bound to namespace "http://xml.apache.org/xindice/Query" was already specified for element "ns:test". org.xml.sax.SAXParseException: Attribute "col" bound to namespace "http://xml.apache.org/xindice/Query" was already specified for element "ns:test". Is there something I'm missing? Thanks
