From a2e844a3b3503367a4418187e77ccc977f186909 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Tue, 6 Jan 2004 11:52:13 +0000 Subject: moved string and UTF8 routines out of parser.c and encoding.c into a new * encoding.c, parser.c, xmlstring.c, Makefile.am, include/libxml/Makefile.am, include/libxml/catalog.c, include/libxml/chvalid.h, include/libxml/encoding.h, include/libxml/parser.h, include/libxml/relaxng.h, include/libxml/tree.h, include/libxml/xmlwriter.h, include/libxml/xmlstring.h: moved string and UTF8 routines out of parser.c and encoding.c into a new module xmlstring.c with include file include/libxml/xmlstring.h mostly using patches from Reid Spencer. Since xmlChar now defined in xmlstring.h, several include files needed to have a #include added for safety. * doc/apibuild.py: added some additional sorting for various references displayed in the APIxxx.html files. Rebuilt the docs, and also added new file for xmlstring module. * configure.in: small addition to help my testing; no effect on normal usage. * doc/search.php: added $_GET[query] so that persistent globals can be disabled (for recent versions of PHP) --- doc/APIchunk3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/APIchunk3.html') diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index 9fc3012c..17625ae3 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -87,8 +87,8 @@ A:link, A:visited, A:active { text-decoration: underline } xmlXPathTranslateFunction
Form
xmlBuildURI
Formating
htmlDocContentDumpOutput
-
Formats
xmlStrPrintf
-xmlStrVPrintf
+
Formats
xmlStrPrintf
+xmlStrVPrintf
xmlXPatherror
Formed
xmlRecoverDoc
xmlRecoverFile
-- cgit v1.2.3