Re: [GENERAL] problem using a xpath function

2008-08-11 Thread Peter Eisentraut
Am Wednesday, 6. August 2008 schrieb erithema:> > SELECT id_autori , xpath ('/Authority/Nome', testo) > FROM autori > WHERE xpath_bool('/Authority[Nome="ABELARDO"]', testo) ; > > I get this error: > ERROR : the function xpath_bool(unknown , xml) do not exsist at character > 69 HINT: no function

[GENERAL] problem using a xpath function

2008-08-08 Thread erithema
hello everyone I'm working on PostgreSQL XML Extension. My system is windows xp professional sp2 and PostgreSQL 8.3.3 and I am sure installed xml2 module. I have a 2 colums table: (frase di creazione tabella : create table ecc ecc) I have a problem using a xpath function. My query is: SELEC