Re: contrib/xml2: add function xml_encode_special_chars

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: contrib/xml2: add function xml_encode_special_chars
Дата
Msg-id 200411070055.32452.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: contrib/xml2: add function xml_encode_special_chars  (Markus Bertheau <twanger@bluetwanger.de>)
Ответы Re: contrib/xml2: add function xml_encode_special_chars
Список pgsql-patches
Markus Bertheau wrote:
> It calls the similarly named function from libxml2. It replaces
> characters that carry a special meaning in XML (<, >, &, " and \r)
> with their respective XML entities.

Where does this fit with the overall scheme of things?  I mean, you
clearly wouldn't call that function on an XML document.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Markus Bertheau
Дата:
Сообщение: Re: contrib/xml2: add function xml_encode_special_chars
Следующее
От: Alvaro Herrera
Дата:
Сообщение: src/include/Makefile: remove-old-headers