java - Is there any SAX based parser for GWT -


i have tried find sax based parser gwt not find any. know if there such parser exists. reason asking server return huge xml file , literally hang browser while parsing using piriti parser. think based on dom.

https://code.google.com/p/piriti/wiki/xml

no, reasons given here http://tinyurl.com/lxr5lw2 there's none, it'd make little sense.

  • do processing on server , send relevant xml client
  • send json instead of xml because that's javascript understands "natively"

i believe i'm not 1 telling that ;-)


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -