- From: Norm Tovey-Walsh <norm@saxonica.com>
- Date: Tue, 24 May 2022 15:16:57 +0100
- To: Steven Pemberton <steven.pemberton@cwi.nl>
- Cc: public-ixml@w3.org
Received on Tuesday, 24 May 2022 14:21:34 UTC
> By the way, note that the following is now legal ixml:
>
> values: value+++",".
What does that mean?
IIRC,
values: value++"," .
Means value separated by “,”:
<values><value>…</value>,<value>…</value>,<value>…</value>,…</values>
And
values: value++ -"," .
Means value separated by “,”, but don’t serialize the separator:
<values><value>…</value><value>…</value><value>…</value>…</values>
But I’m at a loss to interpret
values: value+++",".
If the comma is an insertion, then what is the separator? If the comma
isn’t an insertion, why is the extra “+” allowed?
Be seeing you,
norm
--
Norm Tovey-Walsh
Saxonica
Received on Tuesday, 24 May 2022 14:21:34 UTC