nestable C/C++ XML parser?
Don Park
donpark at docuverse.com
Tue Dec 7 20:51:42 GMT 1999
There is clearly a need for this although IMHO the demand
for it will not be large until complexity of XML data grows
significantly.
Event-based API, like SAX, is reactive opposed to active
APIs like Java's StringTokenizer. I found that reactive
systems dealing with complex data/event stream tend to
get bogged down with state management which increases
maintenance cost significantly. Extensibility of XML
will works against you unless you know what you are doing.
Active/reactive designs, reactive at high level and active
at low level, are more suited to handling complex XML data.
Best,
Don Park - mailto:donpark at docuverse.com
Docuverse - http://www.docuverse.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list