- Expat, Release 2.0
+ Expat, Release 2.0.0
This is Expat, a C library for parsing XML, written by James Clark.
Expat is a stream-oriented XML parser. This means that you register
structures for which you may register handlers.
Windows users should use the expat_win32bin package, which includes
-both precompiled libraries and executalbes, and source code for
+both precompiled libraries and executables, and source code for
developers.
Expat is free software. You may copy, distribute, and modify it under
./configure --prefix=/home/me/mystuff
Another interesting option is to enable 64-bit integer support for
-line- and column numbers and the over-all byte index:
+line and column numbers and the over-all byte index:
./configure CPPFLAGS=-DXML_LARGE_SIZE
The command line arguments are:
- -n ... optional; if supplied, then namespace processing is turned on
+ -n ... optional; if supplied, namespace processing is turned on
<file name> ... name/path of test xml file
<buffer size> ... size of processing buffer;
the file is parsed in chunks of this size
Returns:
The time (in seconds) it takes to parse the test file,
- averaged of the number of iterations.@
+ averaged over the number of iterations.@