Hi everyone,
I've finally managed to get Cocoon and Xindice to talk to eachother :) but I get this evil error:
The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Reference to undeclared namespace prefix: 'xmldb'. Error processing resource 'http://localhost:8080/cocoon/nina1/remote/restaurant[name='Bravissimo']'. Line 2, Position 69
<xmldb:results query="/restaurant[name='Bravissimo']" resources="1"><xmldb:result docid="Bravissimo"><restaurant src:col="/db/restaurants" src:key="Bravissimo" xmlns:src="http://xml.apache.org/xindice/Query"> --------------------------------------------------------------------^
So the query is successful, it finds what it should, but then it somehow gets confused by the namespace xmldb?
There seems to be no namespace declaration for the xmldb prefix in the file.
Is this an IE bug (or feature...)?
Probably not. IE is quite good in pure XML parsing. Just have a look on the source of the document (right click and "Quelltext anzeigen"/"View sourcecode").
Has anyone seen this before?
The error message is more or less common. The question is where it does come from. It might be just a serialization problem, i.e. you can transform the XML in the pipeline correctly. Or a real bug somewhere in the XMLDB components. Difficult to guess. Do the XMLDB samples work for you?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
