Menu

Clark Cooper

Articles by this author

Overview of Expat

In the first part of our look at Expat, Clark Cooper shows the basics of working with the library, including communication between handlers, character encoding, and namespace processing.

Expat Function Reference

In part two of our look at Expat, Clark Cooper offers a directory of Expat functions, including code and explanations on each.


Using Expat

Clark Cooper offers a detailed explanation of Expat, the C language library for XML parsing, and provides a directory of Expat functions.



Benchmarking XML Parsers

Are all parsers and parser implementations alike? Clark Cooper was wondering how his Perl-based XML parser compared to others and so he tested six parsers to see how they performed on small, medium and large processing jobs.