Lines Matching full:expat
5 # Expat, Release 2.2.6
7 This is Expat, a C library for parsing XML, started by
9 Expat is a stream-oriented XML parser. This means that you register
16 [`expat_win32` package](https://sourceforge.net/projects/expat/files/expat_win32/),
20 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
23 [`COPYING`](https://github.com/libexpat/libexpat/blob/master/expat/COPYING)
27 If you are building Expat from a check-out from the
40 To build Expat from a source distribution, you first run the
51 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and
77 If you are interested in building Expat to provide document
117 Note: This only applies to the Expat library itself, building UTF-16 versions
120 When using Expat with a project using autoconf for configuration, you
121 can use the probing macro in `conftools/expat.m4` to determine how to
122 include Expat. See the comments at the top of that file for more