- From: John Lumley <john@saxonica.com>
- Date: Sat, 28 Sep 2024 16:28:06 +0100
- To: Alain Couthures <alain.couthures@agencexml.com>, ixml <public-ixml@w3.org>
Received on Saturday, 28 September 2024 15:28:12 UTC
On 28/09/2024 16:22, Alain Couthures wrote: > Hello, > > Because of extra ">" in resulting XML, I replaced the following rule: > > -naming: (mark, s)?, name, s, (">", s, alias, s)?. > > with: > > -naming: (mark, s)?, name, s, (-">", s, alias, s)?. > > Is it right? > > Kind regards, > > --Alain I think so - the ">" is superfluous and adds unnecessary text within the parse tree. This was raised as an issuehttps://github.com/invisibleXML/ixml/issues/250 in May -- *John Lumley* MA PhD CEng FIEE john@saxonica.com
Received on Saturday, 28 September 2024 15:28:12 UTC