xsl-list
[Top] [All Lists]

Re: [xsl] JSON Ingestion

2007-04-20 04:40:52
On Fri, 20 Apr 2007 06:39:16 -0400, Elliotte Harold <elharo(_at_)metalab(_dot_)unc(_dot_)edu> 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



--~------------------------------------------------------------------
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>