[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] JSON Ingestion


Subject: Re: [xsl] JSON Ingestion
From: Elliotte Harold <elharo@xxxxxxxxxxxxxxx>
Date: Fri, 20 Apr 2007 06:39:16 -0400

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?

--
o;?Elliotte Rusty Harold  elharo@xxxxxxxxxxxxxxx
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/


Current Thread
Keywords