aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchunk2.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-03-22 15:22:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-03-22 15:22:58 +0000
commit500a1de533e2ea03f452844f537bb247b7e43af2 (patch)
tree3672d5d2283a7dd73604defc41cbf643550774de /doc/APIchunk2.html
parent2f07606d109eabf6e19431d9b9e907b604f1bc45 (diff)
downloadandroid_external_libxml2-500a1de533e2ea03f452844f537bb247b7e43af2.tar.gz
android_external_libxml2-500a1de533e2ea03f452844f537bb247b7e43af2.tar.bz2
android_external_libxml2-500a1de533e2ea03f452844f537bb247b7e43af2.zip
applied patch from Alfred Mickautsch for better DTD support. fixed bug
* xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from Alfred Mickautsch for better DTD support. * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c xmlschemas.c: fixed bug #137867 i.e. fixed properly the way reference counting is handled in the XML parser which had the side effect of removing a lot of hazardous cruft added to try to fix the problems associated as they popped up. * xmlIO.c: FILE * close fixup for stderr/stdout Daniel
Diffstat (limited to 'doc/APIchunk2.html')
-rw-r--r--doc/APIchunk2.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html
index 43ab5825..52e3b648 100644
--- a/doc/APIchunk2.html
+++ b/doc/APIchunk2.html
@@ -284,6 +284,9 @@ A:link, A:visited, A:active { text-decoration: underline }
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndCDATA">xmlTextWriterEndCDATA</a><br />
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndComment">xmlTextWriterEndComment</a><br />
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndDTD">xmlTextWriterEndDTD</a><br />
+<a href="html/libxml-xmlwriter.html#xmlTextWriterEndDTDAttlist">xmlTextWriterEndDTDAttlist</a><br />
+<a href="html/libxml-xmlwriter.html#xmlTextWriterEndDTDElement">xmlTextWriterEndDTDElement</a><br />
+<a href="html/libxml-xmlwriter.html#xmlTextWriterEndDTDEntity">xmlTextWriterEndDTDEntity</a><br />
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndDocument">xmlTextWriterEndDocument</a><br />
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndElement">xmlTextWriterEndElement</a><br />
<a href="html/libxml-xmlwriter.html#xmlTextWriterEndPI">xmlTextWriterEndPI</a><br />