[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Snelson <john.snelson@o...>
  • To: Pete Cordell <petexmldev@c...>
  • Date: Tue, 12 Feb 2008 17:39:02 +0000

Pete Cordell wrote:
> Original Message From: "Michael Kay"
> 
>> Is there an accepted mapping of JSON to XML? And is there a SAX parser?
> 
> I'm sure I read an article somewhere that suggested XML attributes in JSON
> would be prefixed with @, and a text node would have a name that was 
> illegal
> in XML, such as "$".  With that convention it's quite easy to have some 
> JSON
> data and convert it to XML, e.g.:
> 
> "foo" : { "@id" : "???", "$" : "yyy" }
> 
> gives:
> 
> <foo id="???">yyy</foo>

What happens when the map key contains a space, or is otherwise not a 
valid NCName?

> What seems to be more difficult is going the other way, i.e XML to JSON.
> After a bit of surfing some things called Badgerfish and mapping popped 
> up a
> few times.  However, it does get a bit messy, especially when handling
> namespaces.

Neither way is especially simple.

John

-- 
John Snelson, Oracle Corporation            http://snelson.org.uk/john
Berkeley DB XML:        http://www.oracle.com/database/berkeley-db/xml
XQilla:                                  http://xqilla.sourceforge.net


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member