iXML Community Group Test Suite

23 Oct 2023 (22 Nov 2023)

Top-level catalog for tests in the iXML Community Group Test Suite.

Tests have been contributed from several sources, but the core of the test collection are the tests contributed by Steven Pemberton in December 2021.

Error tests

28 Jun 2022

Tests intended to demonstrate errors that processors are required to raise.

non-NCName-not-hidden

Created 20 Jun 2022 by MSM

This grammar does not raise a dynamic error; it's here to check that processors do allow nonterminals which are not NCNames, if they are not in fact serialized.

Actually, processors are allowed to reject this grammar because a static analysis will show that the non-NCName could be serialized. So the prescribed result of this grammar test does not exhaust all possibilities.

Invisible XML Grammar

S: ª; B. ª: 'a'. B: 'b'.

Test case: nonhidden-3

Repository URI: …/tests/error/test-catalog.xml

Input string (1 character)

b

Expected result

<S>
   <B>b</B>
</S>