Re: [xml-dev] nextml

From
Kurt Cagle <>
To
Amelia A Lewis <>
Date
2010-12-09T05:03:17Z
ID
<>
Thread
Re: [xml-dev] nextml
Amelia,

I still think that sequences play into this. One of the problems that I think a lot of people on this list forget about JSON is that:

[{"foo":"a","bar","b"},{"bat","c"}]

is valid JSON. Perhaps something as simple as saying:

(<root><foo>a</foo><bar>b</bar></root>,<root><bat>c</bat>)