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.
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
Post a Comment