noodles1
Programmer
- Oct 31, 2001
- 58
I have a requirement to read in the contents of an XML document and decode the contents to assign to various members of a C or C++ structure. Typically around 10-20 structure members.
Which model, DOM or SAX, is the preferred approach for this type of requirement?
Which model, DOM or SAX, is the preferred approach for this type of requirement?