Re: Agenda for XML Core WG telcon of 2013 March 20

Paul Grosso writes:

> Paul asked Henry:
>  Henry, at http://www.w3.org/XML/2002/09/xml11-implementation
>  it says that RXP "incorporates code from Martin Duerst to
>  optionally check for Unicode character normalization." Is
>  there something we can say to Roger about this?
>
> ACTION to Henry: Find out if RXP does optionally check for
> Unicode character normalization.

Indeed it does.

Given

c.xml:
<c>&#x338;</c>

you can do the following:

> (echo "<?xml version='1.1'?>" ; rxp c.xml)|rxp  -U 1
<?xml version="1.1" encoding="UTF-8"?>
Error: pcdata not normalized
 in unnamed entity at line 2 char 6 of <stdin>

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

Received on Wednesday, 20 March 2013 15:30:30 UTC