xpath_* namespace bug

Поиск
Список
Период
Сортировка
От CG
Тема xpath_* namespace bug
Дата
Msg-id 506445.54807.qm@web37909.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: xpath_* namespace bug  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список pgsql-general
select xpath_string($xml$<?xml version="1.0" ?>
<f:foo xmlns:f="foo">
  <f:bar>baz</f:bar>
</f:foo>
$xml$
,'//f:bar/text()');

This does not give me back "baz" as I was expecting it to... It seems like xpath is ignoring the namespace directives
inthe source XML document. 



____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: russian case-insensitive regexp search not working
Следующее
От: Karen Springer
Дата:
Сообщение: Re: recursive function