|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: [SML] Preliminary EBNF v0.2
> 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. This is not a rhetorical question, I can't tell which you intend from your description. David xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1 To unsubscribe, mailto:majordomo@i... the following message; unsubscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

![Re: [SML] Preliminary EBNF v0.2](/images/get_stylus.gif)




