changes
来自「expat是一个xml解析的库。 这个是一个轻型的expat的代码。」· 代码 · 共 66 行
TXT
66 行
=== PURPOSE ===This file documents the changes made by the Apache Group to JamesClark's Expat parser. The original Expat distribution can be found athttp://www.jclark.com/xml/expat.html.=== SUBSET INFORMATION ===Apache does not choose (or need) to use the entire Expat parserdistribution. The subset that Apache will use will be referred to as"expat-lite". In particular, this directory contains the files fromthe following Expat distribution subdirectories: expat/xmltok/* expat/xmlparse/*We also retain expat/expat.html for attribution to James Clark andlicensing information.Note that Apache has replaced (with custom versions) the .dsp filesnormally distributed with Expat. Other changes are detailed furtherbelow.=== FILES ADDED ===This file (CHANGES) has been added to document changes from theoriginal Expat distribution.Makefile.tmpl has been created from scratch to provide buildinstructions to the Apache build system.xmlparse.def and xmltok.def have been added..cvsignore has been added.=== CHANGES TO ORIGINAL ===The files, in their original state from the Expat distribution, havebeen tagged within CVS with the "EXPAT_1_1" tag. That tag may be usedas a reference for changes made by the Apache Group.The following changes have been made:June, 1999: - modified xmldef.h to define XML_BYTE_ORDER in terms of the AP_BYTE_ORDER symbol. - removed compilation warnings from: xmlparse.c, xmltok.c, xmltok.h, xmltok_impl.c, xmltok_ns.cNovember, 1999: - xmlparse.{def,dsp,mak} and xmltok.{def,dsp,mak} were added. NOTE: the .dsp files are different from the standard Expat distribution. - dllmain.c (from the Expat distribution) was addedJanuary, 2000: - Renamed lookup() in hashtable.[ch] to hashTableLookup() to prevent possible conflicts with third-party libraries and modules. Updated calls in xmlparse.c accordingly.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?