Re: Insertions

> 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