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 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings