Hello, I'm a new user to Xindice and I just installed the software. I have an XML doc looks like:
<root> <region name="East"> <city name="Boston"> <person>Roddick</person> <points>200</points> <dob>1.1.1980 10:10:10</dob> </city> </region> </root> I'm testing xpath query as: xindice.bat xpath -c /db/test -q //[EMAIL PROTECTED] Above query runs fine and returns the <region> element. But if I change the query to following then it doesn't work: xindice.bat xpath -c /db/test -q //[EMAIL PROTECTED]'East'] Can anyone tell me what the problem is? Thanks for any advice! -tom