- From: Norm Tovey-Walsh <norm@saxonica.com>
- Date: Mon, 26 Jun 2023 13:57:13 +0100
- To: Steven Pemberton <steven.pemberton@cwi.nl>
- Cc: public-ixml@w3.org
Received on Monday, 26 June 2023 13:06:05 UTC
> -naming: name, s, (">", s, rename, s)?.
This has drawn my attention to the fact that we allow whitespace after
marks. I don’t think I’ve ever seen that used. I was going to suggest:
-naming: name, (">", rename, s)?.
to make the binding between the name and the rename “tighter”. But that
would allow an odd looking inconsistency:
@ S>T = "t" .
so maybe it’s not a good idea. I have slight reservations about
introducing XML markup characters into iXML, but I don’t see an
obviously better US ASCII character. Perhaps we should give up on just
using punctuation everywhere? Would a keyword like “as” or “named” work?
nmonth as month = "0"?, d | "1", ["0-2"] .
But maybe that’s inconsistent too. I’m not opposed to “>”.
Be seeing you,
norm
--
Norm Tovey-Walsh
Saxonica
Received on Monday, 26 June 2023 13:06:05 UTC