Re: [xsl] JSON Ingestion

Subject: Re: [xsl] JSON Ingestion
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Fri, 20 Apr 2007 07:40:28 -0400
On Fri, 20 Apr 2007 06:39:16 -0400, Elliotte Harold <elharo@xxxxxxxxxxxxxxx> wrote:

M. David Peterson wrote:
On Apr 19, 2007, at 10:08 AM, Ingersoll, Utah wrote:


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



I wouldn't try to do this in XSLT. Rather I'd drop down a level and look for a parser that converts JSON into SAX events, then feed the SAX stream into a regular XSLT engine. Maybe that's what you meant?


There is this type of thing in MSXML:


http://msdn2.microsoft.com/en-us/library/ms755482.aspx
http://msdn2.microsoft.com/en-us/library/ms761346.aspx

I wonder if it can be used as ERH mentions?

Is there something similar in Mozilla/Transformix (and Opera)?

-Rob

Current Thread