📄 readme
字号:
Expat, Release 1.95.1This is expat, the C library for parsing XML, written by James Clark. Expatis a stream oriented XML parser. This means that you register handlers withthe parser prior to starting the parse. These handlers are called whenthe parser discovers the associated structures in the document being parsed.A start tag is an example of the kind of structures for which you mayregister handlers.Expat is free software. You may copy, distribute, and modify it under theterms of the License contained in the file, COPYING, distributed with thispackage. This license is the same as the MIT/X Consortium license.Versions of expat that have an odd minor version (the middle number in therelease above), are development releases and should be considered asbeta software. Releases with even minor version numbers are intended to beproduction grade software.To build expat, you first run the configuration shell script in the toplevel distribution directory: ./configureThere are many options which you may provide to configure (which you candiscover by running configure with the --help option.) But the one of mostinterest is the one that sets the installation directory. By default,the configure script will set things up to install libexpat into/usr/local/lib and expat.h into /usr/local/include. If, for example, you'dprefer to install into /home/me/mystuff/lib and /home/me/mystuff/include,you can tell configure about that with: ./configure --prefix=/home/me/mystuffAfter running the configure script, the "make" command will build things and"make install" will install things into their proper location. Note thatyou need to have write permission into the directories into which thingswill be installed.Note for Solaris users: The "ar" command is usually located in"/usr/ccs/bin", which is not in the default PATH. You will need toadd this to your path for the "make" command. If you're using ksh orbash, use this command to build: PATH=/usr/ccs/bin:$PATH makeAlternatively, on Win32 systems with Microsoft's Developer's Studio installed,you can simply double-click on lib/expat.dsp from Windows Explorer and buildand install in the usual way from with DevStudio.As a third alternative you may choose to download expat_win32bin which hasa pre-compiled dll in it.A reference manual is available in the doc/reference.html in thisdistribution.The homepage for this project is http://expat.sourceforge.net. There arelinks there to connect you to the bug reports page. If you need to reporta bug when you don't have access to a browser, you may also send a bugreport by email to expat-bugs@lists.sourceforge.net.Discussion related to the direction of future expat development takes placeon expat-discuss@lists.sourceforge.net. Archives of this list may be foundat http://www.geocrawler.com/redir-sf.php3?list=expat-discuss.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -