[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@docuverse.com>
- To: <xml-dev@ic.ac.uk>
- Date: Tue, 30 Nov 1999 05:23:51 -0800
>> CharData ::= [^<>&]*
>
>What is your base character set from which you are removing the special
>characters. It isn't clear to me whether you were intending just ascii
>characters or all XML characters (up to #10FFFFFF) or all UCS-4
>characters.
>
>If you are allowing non ascii characters why do you allow
>CharCode ::= '&' ('#x' [0-9A-F]+
>it is superfluous to allow `¤' if you can enter the character `$'
>directly, and the same for any other unicode character. You only need
>the &#x notation if you intend to keep the character data 7 bit.
Encoding issue has not explored fully yet but
I do not see any possibility of SML supporting
only ASCII.
I do not think it is superflous to allow ¤.
Best,
Don Park - mailto:donpark@docuverse.com
Docuverse - http://www.docuverse.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|