xsl-list
[Top] [All Lists]

Re: [xsl] JSON Ingestion

2007-04-20 03:39:40
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?

--
Elliotte Rusty Harold  elharo(_at_)metalab(_dot_)unc(_dot_)edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>