[
Lists Home |
Date Index |
Thread Index
]
- From: Ray Waldin <rwaldin@pacbell.net>
- To: xml-dev@ic.ac.uk
- Date: Mon, 20 Dec 1999 17:00:08 -0800
Overall, very nice!
My only concern is that LexicalHandler should be required by all parsers.
Otherwise you will get "fully compliant" SAX2 parsers which cannot be used to
resolve QNames found in attribute values against in-scope namespace
declarations. There are many examples where that's critical:
- evaluate XPath expression (XLST, XPointer, etc.)
- resolve XLink locator role (see http://www.w3.org/TR/xlink/#link-semantics)
- follow XML Schema references (see
http://www.w3.org/TR/xmlschema-1/#refSchemaConstructs)
and probably more to come...
IMHO, LexicalHandler must be supported by all SAX2 parsers.
-Ray
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)
|