[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XML Redux
- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- To: John Cowan <cowan@mercury.ccil.org>
- Date: Mon, 21 Feb 2011 21:23:33 +0100
* John Cowan wrote:
>Oh, I see; you want a conventional way of *embedding* XML in pure JSON,
>as opposed to an *extension* of JSON. I didn't realize that. In that
>case, I'd rather use the style in which
>
> <a href="http://example.com">This is <i>mixed</i> text</a>
>
>becomes
>
> {"#name" : "a",
> "#attrs" : {"href" : "http://example.com"},
> "#children" : [
> "This is ",
> {"#name" : "i",
> "#attrs" : {},
> "#children" : ["mixed"]},
> " text"]}
>
>Verbose, but it requires only one parser, not two.
Well, then you might aswell just use, say, <http://jsonml.org/>.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]