[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Namespace conformance & SAX2
- From: Chris Nokleberg <chris@sixlegs.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 18 May 2001 10:28:38 -0700
The Namespace spec adds additional conformance constraints beyond XML 1.0:
* All element types and attribute names contain either zero or one colon.
* No entity names, PI targets, or notation names contain any colons.
Is a non-validating SAX2 parser required to check these constraints?
My suggestion is that it should be required to check iff the
http://xml.org/sax/features/namespaces feature is true.
Thanks,
Chris