Re: Naming rule typo?

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