Forum: C++ Apr 16th, 2009 |
| Replies: 6 Views: 14,919 SAX parser can be used for xml file parsing. But it again depend on what kind of sorting you want. With SAX parser , file data can't be modified. And SAX parser always goes top to bottom. And it is... |