Hello,

I've such a XML file in /db/konlin collection:

<?xml version="1.0"?>

<people>
        <person personID="p1">
                <name>Konrad Inglot</name>
                <address>somewhere in Poland</address>
                <tel>some numbers</tel>
                <email>[EMAIL PROTECTED]</email>
        </person>
</people>

When I query Xindice with:

xindice xpath -c /db/konlin -q //[EMAIL PROTECTED] = "p1"]

nothing is retrieved from the base.
And when I query with:

xindice xpath -c /db/konlin -q //person[child::name = "Konrad Inglot"]

I got an error (translation from polish):

At this moment Inglot"]"==" was not expected.

What's going on? It's valid Xpath expression, it works in, for
example, XPathVisualizer. Any clues?

Greetz,
Konrad Inglot


-- 
Pozdrowienia,
 Konlin                          mailto:[EMAIL PROTECTED]



Reply via email to