The library should pass conformance suite tests, namely: OASIS XML Conformance Subcommittee - XML 1.0 Test Suite, Second Edition - Working Draft - 15 March 2001
I should document related test cases and results.
Basic XML Parsing Test Matrix
Test Document Type vs. Parser Type
| Input \ Parser Type |
Nonvalidating - External Entities Ignored (3 cases) |
Nonvalidating - External Entities Read |
Validating |
| Valid Documents |
accept |
accept |
accept |
| Invalid Documents |
accept |
accept |
reject |
| Non-WF Documents |
reject |
reject |
reject |
| WF Errors tied to External Entity |
accept (varies) |
reject |
reject |
| Documents with Optional Errors |
(not specified) |
(not specified) |
(not specified) |
The library should pass conformance suite tests, namely: OASIS XML Conformance Subcommittee - XML 1.0 Test Suite, Second Edition - Working Draft - 15 March 2001
I should document related test cases and results.
Basic XML Parsing Test Matrix
Test Document Type vs. Parser Type