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-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 hidden.

Invisible XML Grammar

S: ª. -ª: 'a' .

Test case: Grammar test

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

Expected result

<ixml>
   <rule name="S">
      <alt>
         <nonterminal name="ª"/>
      </alt>
   </rule>
   <rule name="ª" mark="-">
      <alt>
         <literal string="a"/>
      </alt>
   </rule>
</ixml>