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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Date: 2007-11-25 19:20:49
Message-ID: 20397.1196018449@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> 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:

But we're also interested in parsing HTML, and upper case X is
allowed in HTML:
http://www.w3.org/TR/REC-html40/charset.html#h-5.3.1

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-25 19:23:29 Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Previous Message Andrew Dunstan 2007-11-25 19:10:30 Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous