[public-ixml] <none>

The new draft spec asks the question:
   Should there be a requirement that the input is completely consumed?

I think the answer is yes.

Otherwise, if a grammar was:

   string: "a"*.

and the input was

   aaa

it would be permissible to produce as result:

   <string/>

Steven

Received on Monday, 12 April 2021 09:26:00 UTC