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>)