3 This is a port of expat for AmigaOS 4.0 which includes the
4 SDK, some XML tools and the libraries.
6 Both static and shared library versions are supported.
8 The static library version is limited to clib2 although it should
9 be possible to use newlib with the appopriate compile options.
11 The shared library version is based on the work of Fredrik Wikstrom
12 and is currently limited to PPC only.
17 4.1 - fixed memory freeing bug in shared library version
18 - now allocates shared memory
20 4.0 - updated for corresponding Expat 2.0 release
21 - some minor CVS related changes
23 3.1 - removed obsolete sfd file
24 - added library description xml file
26 - removed extraneous VARARGS68K keywords
27 - reworked default memory handling functions in shared lib
28 - updated amigaconfig.h
31 - based on expat 1.95.8
36 To build expat.library, xmlwf tool, examples and run the test suite,
37 simply type 'make all' in the amiga subdirectory.
39 The test suite will compile and run for both the static and shared
45 To install both static and shared versions of expat into the
46 AmigaOS SDK type 'make install' in the amiga subdirectory.
51 You may want to edit the lib/amigaconfig.h file to remove
52 DTD and/or XML namespace support if they are not required by your
53 specific application for a smaller and faster implementation.
58 - wide character support (UTF-16)
59 - provide 68k backwards compatibility