- From: BR Chrisman <brchrisman@gmail.com>
- Date: Wed, 27 Jul 2022 09:52:37 -0700
- Cc: ixml <public-ixml@w3.org>
Received on Thursday, 28 July 2022 01:41:28 UTC
On Wed, Jul 27, 2022 at 9:15 AM Steven Pemberton <steven.pemberton@cwi.nl>
wrote:
> While I haven't tested it exhaustively, my implementation now supports
> insertions:
>
> ixml
>
>
> 1 numbers: @source, n**-", ".
> 2 source: +"ixml".
> 3 n: neg; pos.
> 4 -neg: -"(", +"-", d+, -")".
> 5 -pos: +"+", d+.
> 6 -d: ["0"-"9"].
>
> input
>
> 1 123, (456), 7, (8),
> 9
>
> result
>
> <numbers source='ixml'>
> <n>+123</n>
> <n>-456</n>
> <n>+7</n>
> <n>-8</n>
> <n>+9</n>
> </numbers>
>
> end
>
Is there an XML format for the ixml referenced here?
Received on Thursday, 28 July 2022 01:41:28 UTC