Re: [xsl] JSON Ingestion

Subject: Re: [xsl] JSON Ingestion
From: Tony Lavinio <xml1@xxxxxxxxxxx>
Date: Thu, 19 Apr 2007 22:29:22 -0400
On 04-19-2007 12:08 PM, Ingersoll, Utah wrote:
There are existing XSL stylesheets/libraries for transforming XML to
JSON such as...

http://www.bramstein.nl/xsltjson/

I imagine it would also be possible for an XSL transform to recurse a
piece JSON and create a temporary node set from it.

In the interest of not reinventing the wheel (cough, JSON) does anyone
know of an existing library for ingesting JSON into an XSL transform?

Stylus Studio includes the DataDirect XML Converters which, amongst EDI and other formats, include drivers for doing both XSLT and XQuery transparently against JSON.

See http://www.stylusstudio.com/data_conversion.html#jso

The top of that page also includes some examples on how to
embed the transforms into Java.  (.Net due later this month.)

--
Sincerely,
Tony Lavinio
Stylus Studio Principal Software Architect
http://www.stylusstudio.com/

Current Thread