c++ - how to parsing of xml in mosync ide -
i sending request server , receive response form of xml want parse method should prefer...
if question "how parse xml" use simple expat (sax parser) or plug more sophisticated xerces (sax & dom parser) or libxml2.
from headline seems using mosync, provides xml parsing http://www.mosync.com/documentation/tutorials/processing-xml
if question "how choose between sax , dom parsing" read wikipedia articles on sax http://en.wikipedia.org/wiki/simple_api_for_xml , stating benefits , drawbacks. comes down "sax requires less resources dom might easier use".
otherwise please describe problem in more detail.
Comments
Post a Comment