[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: ten years later, time to repeat it?

  • From: "Pete Cordell" <petexmldev@c...>
  • To: "Michael Kay" <mike@s...>
  • Date: Tue, 12 Feb 2008 17:27:50 -0000

Re:  ten years later
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 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.

HTH,

Pete Cordell
Codalogic
Visit http://www.codalogic.com/lmx/ for XML C++ data binding




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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.