History log of /external/libxml2/doc/html/libxml-SAX.html
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c943f708f1853de4eb15e5a94cf0b35d108da87a 23-May-2012 Daniel Veillard <veillard@redhat.com> Release of libxml2-2.8.0

- Makefile.am: don't package .git
- configure.in : update to new release
- doc/xml.html: added the new release
- doc/* testapi.c: regenerated
/external/libxml2/doc/html/libxml-SAX.html
d2190faf788bd2f4cfd3356982eb576eaef72aec 30-Sep-2010 Daniel Veillard <veillard@redhat.com> Fix web site encoding problems

The encoding.html page was generated incorectly, revamp the input
xml.html and convert the full XSLT chain to use and serve it as
UTF-8
* doc/*: fix xml.html, update all stylesheets and regenerate
/external/libxml2/doc/html/libxml-SAX.html
9a15b30c7075393c080760998fdbc4349fcecadf 07-Aug-2009 Daniel Veillard <veillard@redhat.com> Fix Solaris binary links, cleanups

* doc/*.html doc/site.xsl doc/xml.html: Dagobert Michelsen pointed out
that binaries build for Solaris now live in OpenCSW
/external/libxml2/doc/html/libxml-SAX.html
e43579b2d48d577f5a18073bb4a2e714466205b7 03-Apr-2008 Daniel Veillard <veillard@src.gnome.org> small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759

* include/libxml/xpath.h: small doc improvement for xmlXPathContext
from Jack Jansen, fixes #524759
* doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
Daniel

svn path=/trunk/; revision=3722
/external/libxml2/doc/html/libxml-SAX.html
d463c99fd8ff26a41be5c4c3b96bed90a900e84e 23-Feb-2006 Daniel Veillard <veillard@src.gnome.org> updated the Ruby bindings links, and regenerated the docs. Daniel

* doc//*: updated the Ruby bindings links, and regenerated the
docs.
Daniel
/external/libxml2/doc/html/libxml-SAX.html
99dd7636a44208a14bc71614120f8ef4b8123016 06-May-2005 Daniel Veillard <veillard@src.gnome.org> fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()

* nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
* doc/apibuild.py: fixed __attribute() parsing problem
* doc/* testapi.c: regenerated the descriptions and docs.
Daniel
/external/libxml2/doc/html/libxml-SAX.html
21e4ef20f64ebd740ebac0ead5d85a5631d2db5e 02-Jan-2005 William M. Brack <wbrack@src.gnome.org> Re-examined the problems of configuring a "minimal" library.
Synchronized the header files with the library code in order
to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
were the same in both. Modified the API database content to more
accurately reflect the conditionals. Enhanced the generation
of that database. Although there was no substantial change to
any of the library code's logic, a large number of files were
modified to achieve the above, and the configuration script
was enhanced to do some automatic enabling of features (e.g.
--with-xinclude forces --with-xpath). Additionally, all the format
errors discovered by apibuild.py were corrected.
* configure.in: enhanced cross-checking of options
* doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
doc/libxml2-api.xml, gentest.py: changed the usage of the
<cond> element in module descriptions
* elfgcchack.h, testapi.c: regenerated with proper conditionals
* HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
testSAX.c: cleaned up conditionals
* include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
synchronized the conditionals with the corresponding module code
* doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
added additional conditions required for compilation
* doc/*.html, doc/html/*.html: rebuilt the docs
/external/libxml2/doc/html/libxml-SAX.html
b759b30587a61b7b366969333c03ddcbdc046dec 21-Dec-2004 MST 2004 John Fleck <jfleck@inkstain.net> doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change


Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>

* doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
Change reference to new site for Solaris binaries, fixing bug
160598
/external/libxml2/doc/html/libxml-SAX.html
91b955c1af5636a0765201c32180cfc67ee426a8 10-Dec-2004 Daniel Veillard <veillard@src.gnome.org> fixed ID deallocation problem based on patch from Steve Shepard fixes bug

* valid.c: fixed ID deallocation problem based on patch from
Steve Shepard fixes bug #160893
* xmlmemory.c: improving comment.
* testapi.c: new test for xmlDictExists() is generated.
Daniel
/external/libxml2/doc/html/libxml-SAX.html
259f0dfa8b4f29158954959b4d0d7c03dd1eab05 18-Aug-2004 Daniel Veillard <veillard@src.gnome.org> Applied patch from Torkel Lyng to add Schemas support to the Python

* xmlschemas.c include/libxml/xmlschemas.h python/generator.py
python/libxml.c python/libxml_wrap.h python/types.c
python/tests/schema.py python/tests/Makefile.am: Applied patch
from Torkel Lyng to add Schemas support to the Python bindings
and extend the schemas error API, registered a new test.
* doc/* elfgcchack.h: rebuilt to regenerate the bindings
Daniel
/external/libxml2/doc/html/libxml-SAX.html
4e3a9fa137890b1873e08d2a410f06f25439f236 04-Aug-2004 William M. Brack <wbrack@src.gnome.org> elaborated on description of xmlValidityWarningFunc and

* include/libxml/valid.h: elaborated on description of
xmlValidityWarningFunc and xmlValidityErrorFunc (bug
144760)
* xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
minor fixes to comments for doc rebuilding errors.
* doc/*.html: rebuilt the docs
/external/libxml2/doc/html/libxml-SAX.html
8aac29731b4624e4bffa6034aa000e9ffdc72a41 16-May-2004 Daniel Veillard <veillard@src.gnome.org> Rebuild the docs, daniel
/external/libxml2/doc/html/libxml-SAX.html
1822e8ba64abeb15572da12e53b239b6c2119abc 26-Feb-2004 Daniel Veillard <veillard@src.gnome.org> Updated pages, dAniel
/external/libxml2/doc/html/libxml-SAX.html
fd9e70d022df658c0e997d5db1ddd1588f216dcc 26-Feb-2004 William M. Brack <wbrack@src.gnome.org> regenerated docs using older version of xsltproc pending resolution of AVT

* doc/*.html, doc/html/*.html: regenerated docs using older
version of xsltproc pending resolution of AVT problem
/external/libxml2/doc/html/libxml-SAX.html
9291449d9e7ca7179a2b26182ef1ab375ff4731e 23-Feb-2004 Daniel Veillard <veillard@src.gnome.org> preparing 2.6.7 release, updated and rebuilt the documentation. Daniel

* doc/* NEWS configure.in: preparing 2.6.7 release, updated and
rebuilt the documentation.
Daniel
/external/libxml2/doc/html/libxml-SAX.html
5987071fcc901220f357e61c682d2287e9a700c9 06-Jan-2004 Daniel Veillard <veillard@src.gnome.org> fixed the comment in the header rebuilt the docs Daniel

* include/libxml/xmlstring.h: fixed the comment in the header
* doc/*: rebuilt the docs
Daniel
/external/libxml2/doc/html/libxml-SAX.html
a2e844a3b3503367a4418187e77ccc977f186909 06-Jan-2004 William M. Brack <wbrack@src.gnome.org> 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)
/external/libxml2/doc/html/libxml-SAX.html
2050d89fff0d7788412a3bda92bfc66cec7a71de 05-Jan-2004 MST 2004 John Fleck <jfleck@inkstain.net> change background color of function declaration to improve readability


Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>

* doc/newapi.xsl: change background color of function
declaration to improve readability
* doc/*: rebuild docs with new stylesheet
/external/libxml2/doc/html/libxml-SAX.html
619a97d3f395d7d5870df781c01acd5ca54fa39a 17-Dec-2003 MST 2003 John Fleck <jfleck@inkstain.net> tree.c doc/* Elaborate in documentation discussion of xmlNewChild and


Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>

* tree.c
* doc/*
Elaborate in documentation discussion of xmlNewChild
and xmlNewTextChild. Thanks to Steve Lenti for pointing
out the usefulness of a more explicit explanation of the
reserved character escaping issue.
/external/libxml2/doc/html/libxml-SAX.html
1a79241a3cac6a8e37de886f5764de2509ebc8e3 19-Nov-2003 Daniel Veillard <veillard@src.gnome.org> do not package cvs versioning temp files. more cleanup, slightly improved

* Makefile.am: do not package cvs versioning temp files.
* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
slightly improved the API xml format, fixed a lot of small
rendering problems
* doc/html/libxml*.html: rebuilt
Daniel
/external/libxml2/doc/html/libxml-SAX.html
be5869729a416032a4abb5a65430d25831828f75 18-Nov-2003 Daniel Veillard <veillard@src.gnome.org> modified the file header to add more informations, painful... updated to

* include/libxml/*.h include/libxml/*.h.in: modified the file
header to add more informations, painful...
* genChRanges.py genUnicode.py: updated to generate said changes
in headers
* doc/apibuild.py: extract headers, add them to libxml2-api.xml
* *.html *.xsl *.xml: updated the stylesheets to flag geprecated
APIs modules. Updated the stylesheets, some cleanups, regenerated
* doc/html/*.html: regenerated added back book1 and libxml-lib.html
Daniel
/external/libxml2/doc/html/libxml-SAX.html
e8ba84ef7e8ce95a9e12517402f2b8c99792e407 18-Nov-2003 Daniel Veillard <veillard@src.gnome.org> cleaned up the build process to remove all remains from the old gtk-doc

* doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
the build process to remove all remains from the old gtk-doc
inherited, libxml2-refs.xml is now generated by apibuild.py, the
stylesheets have been improved, and the API*html now generated
are XHTML1 valid too
Daniel
/external/libxml2/doc/html/libxml-SAX.html
bff06bff9c2a37b4bb06cf681638c81c874d4fad 17-Nov-2003 Daniel Veillard <veillard@src.gnome.org> more cleanup, improving navigation updated the result Daniel

* doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
improving navigation
* doc/html/*.html: updated the result
Daniel
/external/libxml2/doc/html/libxml-SAX.html
2925c0a0f4ccd9390f73cea230cb96f39c3fbc9f 17-Nov-2003 Daniel Veillard <veillard@src.gnome.org> improvement of the stylesheets, fixed a API generation problem, switched

* doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
improvement of the stylesheets, fixed a API generation problem,
switched the stylesheet and Makefile to build the HTML output.
* doc/html/*.html: complete update, ditched some old files, might
introduce some breakage...
Daniel
/external/libxml2/doc/html/libxml-SAX.html
60f394e96df5022a6145505bfbeb99815f65e7da 16-Nov-2003 William M. Brack <wbrack@src.gnome.org> Finally - found the problem with the page generation (XMLPUBFUN not

* doc/html/*.html: Finally - found the problem with the
page generation (XMLPUBFUN not recognized by gtkdoc).
Re-created the pages using a temporary version of
include/libxml/*.h.
* testOOMlib.c,include/libxml/encoding.h,
include/libxml/schemasInternals.h,include/libxml/valid.h,
include/libxml/xlink.h,include/libxml/xmlwin32version.h,
include/libxml/xmlwin32version.h.in,
include/libxml/xpathInternals.h: minor edit of comments
to help automatic documentation generation
* doc/docdescr.doc: small elaboration
* doc/examples/test1.c,doc/examples/Makefile.am: re-commit
(messed up on last try)
* xmlreader.c: minor change to clear warning.
/external/libxml2/doc/html/libxml-SAX.html
2fdbd32d514c8b9d166a80564aca3426ec9cfdb2 18-Aug-2003 Daniel Veillard <veillard@src.gnome.org> new dictionary module to keep a single instance of the names used by the

* dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
new dictionary module to keep a single instance of the names used
by the parser
* DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
switched all parsers to use the dictionary internally
* include/libxml/HTMLparser.h include/libxml/parser.h
include/libxml/parserInternals.h include/libxml/valid.h:
Some of the interfaces changed as a result to receive or return
"const xmlChar *" instead of "xmlChar *", this is either
insignificant from an user point of view or when the returning
value changed, those function are really parser internal methods
that no user code should really change
* doc/libxml2-api.xml doc/html/*: the API interface changed and
the docs were regenerated
Daniel
/external/libxml2/doc/html/libxml-SAX.html
c6e07559fa002911c7a14b696c4f69d481b54802 16-Aug-2003 William M. Brack <wbrack@src.gnome.org> regenerated API documentation for xmlsoft.org (part of Bug 119535)

* doc/API*.html, doc/html/*: regenerated API documentation
for xmlsoft.org (part of Bug 119535)
/external/libxml2/doc/html/libxml-SAX.html
cfba2fe0bbbdd1158666fc1090c7f48c0fdb00e1 15-Aug-2003 Daniel Veillard <veillard@src.gnome.org> preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel

* News configure.in: preparing libxml2-2.5.10 release
* doc/* : updated the doc and rebuilt
Daniel
/external/libxml2/doc/html/libxml-SAX.html
d7cec926292b83b46af271285b0a305e99f66cd0 13-Jun-2003 Daniel Veillard <veillard@src.gnome.org> reverted back patch for #113521, due to #115104 and while fixing #115101 .

* doc/Makefile.am doc/html/*: reverted back patch for #113521,
due to #115104 and while fixing #115101 . HTML URLs must not
be version dependant.
Daniel
/external/libxml2/doc/html/libxml-SAX.html
93d95255e58d727fb69683646ec085d424bc34e7 29-Apr-2003 Daniel Veillard <veillard@src.gnome.org> Added informations about xml2-config in the FAQ, Daniel
/external/libxml2/doc/html/libxml-SAX.html
d433046ae52b0488a9fad77d2045c0139b8cada8 29-Apr-2003 Daniel Veillard <veillard@src.gnome.org> fixing a function comment switching to the XML/XSLT doc generation closing

* xmlschemas.c doc/libxml2-api.xml: fixing a function comment
* doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
to the XML/XSLT doc generation closing #111799
* doc/html/*: complete update of the HTML results
Daniel
/external/libxml2/doc/html/libxml-SAX.html