Next in thread → Next in month →

Re: [xml-dev] Any suggestions for parsing large XML in the browser?

From
Liam R. E. Quin <>
To
Jay Sridhar <>,
Date
2016-07-23T16:28:26Z
ID
<>
Thread
Re: [xml-dev] Any suggestions for parsing large XML in the browser?
On Sat, 2016-07-23 at 10:58 +0530, Jay Sridhar wrote:
> Hello,
> 
> I am looking for a Javascript XML parser for parsing large XML files
> in the browser.
Why? The browser already has a native XML parser. Is this for node.js?

>  Which means I want an event based parser to avoid running 
> into memory issues and I also don't need the whole XML DOM at once. 

> My 
> requirements rule out using jQuery ($.parseXML()). Does any one have
> any pointers?

Not without knowing your requirements. For example, you might do better
with an XQuery implementation so that you can run queries against a
subset of the data, but that depends on how often you query vs how
often the document changes.

Liam


-- 
Liam R. E. Quin <>
The World Wide Web Consortium (W3C)
Next in thread → Next in month →