diff options
Diffstat (limited to 'third-party/expat/ReadMe.txt')
-rw-r--r-- | third-party/expat/ReadMe.txt | 152 |
1 files changed, 76 insertions, 76 deletions
diff --git a/third-party/expat/ReadMe.txt b/third-party/expat/ReadMe.txt index 37766c3..a7c1cbb 100644 --- a/third-party/expat/ReadMe.txt +++ b/third-party/expat/ReadMe.txt @@ -1,76 +1,76 @@ -The XMP Toolkit needs an external XML parser. The source from Adobe is written to use Expat,
-
-although adapters for other parsers can easily be written. The most recent version of Expat used
-
-with XMP is 2.1.0. To use Expat:
-
-
-
-1. Obtain a copy of the Expat distribution. One good place is SourceForge:
-
- http://sourceforge.net/projects/expat/files/expat/2.1.0/
-
-
-
-2. Place Expat's lib directory within .../third-party/expat. I.e. as a sibling of this file.
-
-
-
-For Expat version 2.0.0 the contents of .../third-party/expat/lib are:
-
-
-
- amigaconfig.h
-
- ascii.h
-
- asciitab.h
-
- expat.dsp
-
- expat.h
-
- expatw.dsp
-
- expatw_static.dsp
-
- expat_external.h
-
- expat_static.dsp
-
- iasciitab.h
-
- internal.h
-
- latin1tab.h
-
- libexpat.def
-
- libexpatw.def
-
- macconfig.h
-
- Makefile.MPW
-
- nametab.h
-
- utf8tab.h
-
- winconfig.h
-
- xmlparse.c
-
- xmlrole.c
-
- xmlrole.h
-
- xmltok.c
-
- xmltok.h
-
- xmltok_impl.c
-
- xmltok_impl.h
-
- xmltok_ns.c
-
+The XMP Toolkit needs an external XML parser. The source from Adobe is written to use Expat, + +although adapters for other parsers can easily be written. The most recent version of Expat used + +with XMP is 2.1.0. To use Expat: + + + +1. Obtain a copy of the Expat distribution. One good place is SourceForge: + + http://sourceforge.net/projects/expat/files/expat/2.1.0/ + + + +2. Place Expat's lib directory within .../third-party/expat. I.e. as a sibling of this file. + + + +For Expat version 2.0.0 the contents of .../third-party/expat/lib are: + + + + amigaconfig.h + + ascii.h + + asciitab.h + + expat.dsp + + expat.h + + expatw.dsp + + expatw_static.dsp + + expat_external.h + + expat_static.dsp + + iasciitab.h + + internal.h + + latin1tab.h + + libexpat.def + + libexpatw.def + + macconfig.h + + Makefile.MPW + + nametab.h + + utf8tab.h + + winconfig.h + + xmlparse.c + + xmlrole.c + + xmlrole.h + + xmltok.c + + xmltok.h + + xmltok_impl.c + + xmltok_impl.h + + xmltok_ns.c + |