You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Brad O'Hearne <ca...@megapathdsl.net> on 2001/03/14 22:29:21 UTC

Missing parts of the XML 1.0 spec?

Ok, I assume they are not missing, but I have been reading through the
source code and I cannot seem to locate the tests for conformity to the
following rules in the XML specification:

[85]    BaseChar
[86]    Ideographic
[87]    CombiningChar
[88]    Digit
[89]    Extender

Was there some shortcut used for these, or did I just miss it?  Can someone
point me in the right direction?  Thanks!

BradO


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


Re: Missing parts of the XML 1.0 spec?

Posted by Andy Clark <an...@apache.org>.
Brad O'Hearne wrote:
> Was there some shortcut used for these, or did I just miss it?  Can someone
> point me in the right direction?  Thanks!

They're all globbed together because there's no production in
the spec that requires them to be tested by themselves. So we
don't need to have tests for them separately.

-- 
Andy Clark * IBM, TRL - Japan * andyc@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org