public marks

PUBLIC MARKS from znarf with tags xml & json

2008

2007

xml2json-xslt - Google Code

(via)
xml2json.xslt is a XSLT 1.0 stylesheet to transform arbitrary XML to JSON. There is also a version for javascript. The workings are demonstrated with the accompanied xml files. The target of this library is to create javascript-like JSON (Parker convention), not XML-like JSON (see the BadgerFish convention).

BadgerFish

by 2 others (via)
Not convinced.

2006

2005

The AJAX response: XML, HTML, or JSON?

by 8 others (via)
> Once you've succesfully fired an AJAX request, what sort of response should the server give? An XML document? An HTML snippet? A JSON string which is converted to a JavaScript object? Or something else?