[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <db@eng.sun.com>
- To: Elliotte Rusty Harold <elharo@metalab.unc.edu>
- Date: Wed, 07 Apr 1999 11:10:12 -0700
Elliotte Rusty Harold wrote:
>
> I think what this whole mess is showing, given the widely varying problems
> with so many parsers, is that validation is not nearly as simple as it
> seems, especially when the validators are asked to handle large files.
Actually, the IE5 bug doesn't relate to validation ... :-)
I think this really reflects a general need for better conformance
testing. I know that Sun has invested a considerable amount of
effort in complying with the XML 1.0 specification. When we run
other parsers through our test suite the results don't always look
very good at all.
That is one of the problems that led us to write our own XML processor:
the others did not conform well enough to the specification, which
quickly leads to interoperabilty problems, undermining XML as an open
platform level standard.
At this time I know of four sets of test cases for evaluating
conformance with the XML 1.0 specification. The OASIS working
group on XML conformance is integrating these:
- Of course, James Clark's XMLTEST suite ... good basic
coverage for well-formedness, and some output tests;
- Fuji Xerox test cases ... for vendors who want to handle
the Japanese market, some characters and encodings are key;
- Sun's test cases ... primarily to test validation, but
there are a bunch of other cases that are covered;
- OASIS tests ... good coverage of a number of grammar
rules, not yet generally available.
Does anyone know of any other generally available sets of test
cases? Or have any tests cases they'd like to make generally
available? If so, please contact me!
- Dave
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 (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|