Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Дата
Msg-id 4749CBB1.2030900@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers

I wrote:
>
>
> Tom Lane wrote:
>>
>>
>> Aren't hexadecimal entities supposed to be case-insensitive?
>>
>>
>>
>
> The 'x' must be lower case, the hex digits can be upper or lower. The
> XML spec says:
>
>    CharRef       ::=       '&#' [0-9]+ ';'
>                | '&#x' [0-9a-fA-F]+ ';'
>
>

But I also see that the HTML spec allows for 'X' as well as 'x', so I'll
change it.

cheers

andrew

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Allow for X as well as x to be the prefix for hexadecimal