Re: XPath question - big trouble

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: Marian POPESCU <softexpert(at)libertysurf(dot)fr>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: XPath question - big trouble
Date: 2006-08-07 15:33:19
Message-ID: 1154964799.21451.124.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[snip]
> <paragraph id="01" style="para01"></paragraph>
^^^^
[snip]
> xpath_bool(rawdata,'/mydocument/body/chapter/contents/paragraph[objid="2_1"]');
^^^^^
To me it looks like attribute name mismatch, not to mention you forgot
the '@' (i.e. I guess you wanted the xpath:
'/mydocument/body/chapter/contents/paragraph[(at)id="2_1"]'

If you were just sloppy writing the email, maybe you should also check
your actual code for such sloppiness ;-)

Cheers,
Csaba.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marian POPESCU 2006-08-07 15:47:21 Re: XPath question - big trouble
Previous Message Marian POPESCU 2006-08-07 15:19:59 XPath question - big trouble