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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -