Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Date
Msg-id 4749CBB1.2030900@dunslane.net
Whole thread Raw
In response to Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Allow for X as well as x to be the prefix for hexadecimal