Hi JOERN -- For #3 -- if you are on a Windows machine, make sure to enclose the entire query in "" and any strings within the query in ''. That was a headache for me until I figured it out thanks to the kind people on this list. Queries without any strings and not enclosed in quotes will still run on Windows machines (deceptive!)
So your query #3 would be: C:\Programme\APACHE~1\xml-xindice-1.0\bin>xindice xpath_query -c /db/ximmo/kruck/exposes -q "/[EMAIL PROTECTED]'sss']" cheers, catie -----Original Message----- From: J�rn Heid [mailto:[EMAIL PROTECTED] Sent: Friday, May 03, 2002 5:25 AM To: [email protected] Subject: Confused about Xindice I'm a little bit disappointed about Xindice. I hope you can help me. 1. On xml.apache.org the Xindice-mailinglists are missing. 2. I couldn't find any way to set the log level of Xindice. 3. What's wrong with that? C:\Programme\APACHE~1\xml-xindice-1.0\bin>xindice xpath_query -c /db/ximmo/kruck /exposes -q /expose <?xml version="1.0"?> <expose titel="sss" art="Wohnimmobilie" xmlns:src="http://xml.apache.org/xindice /Query" src:col="/db/ximmo/kruck/exposes" src:key="01ffa7c042af253d000000ed954eb d59" /> Okay, that's good, let's try another query C:\Programme\APACHE~1\xml-xindice-1.0\bin>xindice xpath_query -c /db/ximmo/kruck /exposes -q /[EMAIL PROTECTED] <?xml version="1.0"?> <expose titel="sss" art="Wohnimmobilie" xmlns:src="http://xml.apache.org/xindice /Query" src:col="/db/ximmo/kruck/exposes" src:key="01ffa7c042af253d000000ed954eb d59" /> Okay, good, too. There seems to be an attribute called titel. It must be 'sss', right? C:\Programme\APACHE~1\xml-xindice-1.0\bin>xindice xpath_query -c /db/ximmo/kruck /exposes -q /[EMAIL PROTECTED]'sss'] No result? Can't understand. 4. I'm wondering how anybody can use Xindice with XUpdate. The following lines <xu:modifications version="1.0" xmlns:xu="http://www.xmldb.org/xupdate"> <xu:update select="/[EMAIL PROTECTED]'sss']/@art">Wohnimmobilie</xu:update> </xu:modifications> throws an org.xmldb.api.base.XMLDBException: Query Processing Error. No more error messages? Error code is 641, but where's the docs about it? (BTW, I'm not using 1.4). Please help me, probably I've forgotten to RTFM (although I think I have)... JOERN
