- From: Henry S. Thompson <ht@inf.ed.ac.uk>
- Date: Wed, 20 Mar 2013 15:30:01 +0000
- To: Paul Grosso <paul@paulgrosso.name>
- Cc: core <public-xml-core-wg@w3.org>
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≯</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