Usually, I use single quotes inside the query. What is md8?
If it is anything lik windows the entire query has to be in quotes.
And I believe it should use just "xpath" for the command.
i.e.
xindice xpath -c /db/collection -q "/[EMAIL PROTECTED]'john']"
All of this presumes that you have a valid collection called collection and
a document in collection called collection.
HTH,
Mark
esteve serra wrote:
> hi there,
> i'm experiencing the same problem. i'm on md8 and no responses are
> shown
> when using xpath.
> xindice xpath_query -c /db/collection -q /[EMAIL PROTECTED]"john"]
> it just jumps to the next terminal command line
> thanks and regards