[Zoo-discuss] Hello Zoo
Samuel Souk-aloun
samsouk at gmail.com
Wed Apr 2 06:43:56 PDT 2014
Every browser has DOM Parser / Serializer implementation. That's where
jQuery shines.
But the biggest problem with DOM parsing is that the whole XML file is
loaded and parsed into a tree.
On the server side, we can have very big data, so DOM is not an option. We
have to use SAX or XPath (I think EAX uses SAX).
On the browser side, we are supposed to deal with small data, so DOM
parsing is Ok.
About v8, Gerald is working on that, and I think it will be a great move.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/zoo-discuss/attachments/20140402/1acb020c/attachment.html>
More information about the Zoo-discuss
mailing list