[
Lists Home |
Date Index |
Thread Index
]
- From: Richard Tobin <richard@cogsci.ed.ac.uk>
- To: xml-dev@ic.ac.uk
- Date: Wed, 17 Nov 1999 14:01:44 GMT
> One parser which does do these things is LT XML, but that isn't
> very fussy about badly-formed XML (for a start, it doesn't reject
> documents with more than one top-level element).
LT XML has a flag (NSL_read_strict in the library; -x option to
xmlnorm) which enforces the few XML constraints that are (for
historical reasons) not enabled by default.
Any errors that aren't detected in strict mode should be considered
bugs and reported to me.
LT XML's underlying parser, RXP, is available separately and also
provides namespace support and checking, which is not in LT XML yet.
For more information on RXP and LT XML, see
http://www.ltg.ed.ac.uk/software/
There is a web page that lets you check documents for well-formedness
and optionally validity and namespace-correctness using RXP at
http://www.ltg.ed.ac.uk/~richard/xml-check.html
-- Richard
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)
|