- From: Matt Timmermans <mtimmerm@opentext.com>
- Date: Tue, 5 Dec 2000 15:46:50 -0500
- To: "'Biron,Paul V'" <Paul.V.Biron@kp.org>, "'Tony Graham'" <tgraham@mulberrytech.com>, <www-xml-schema-comments@w3.org>
> -----Original Message-----
> From: www-xml-schema-comments-request@w3.org
>
> So, I think you are correct, I will change those code point
> references to
> XML character references, hence
>
> \s [ \t\n\r]
> \w [�--[\p{P}\p{S}\p{C}]]
>
> (note, the typo correct in \w's expansion, as noted in my
> answer to James'
> message to this list this morning [1]).
I believe the problem was that those character references aren't XML chars,
i.e.:
\w [	--[\p{P}\p{S}\p{C}]]
Received on Tuesday, 5 December 2000 15:47:32 UTC