1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 21:55:05 +03:00
libxml2/doc/examples
Daniel Veillard 4773df2a58 added io1.c an example ox xmlIO usage and io1.res test result, fixed a
* doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
  test result, fixed a awful lot of memory leaks showing up in
  testWriter.c, changed the examples and the Makefiles to test
  memory leaks.
* xmlwriter.c: fixed a memory leak
* Makefile.am: run the doc/examples regression tests as part of
  make tests
* xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
  compile an XPath expression within a context, currently the goal
  is to be able to reuse the XSLT stylesheet dictionnary, but this
  opens the door to others possible optimizations.
* dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
  to build a new dictionnary based on another read-only dictionnary.
  This is needed for XSLT to keep the stylesheet dictionnary read-only
  while being able to reuse the strings for the transformation
  dictionnary.
* xinclude.c: fixed a dictionnar reference counting problem occuring
  when document parsing failed.
* testSAX.c: adding option --repeat for timing 100times the parsing
* doc/* : rebuilt all the docs
Daniel
2004-01-23 13:15:13 +00:00
..
.cvsignore added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
examples.xml added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
examples.xsl cleaned up the build process to remove all remains from the old gtk-doc 2003-11-18 13:54:15 +00:00
index.html added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
index.py added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
io1.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
io1.res added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
Makefile.am added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
parse1.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
parse2.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
reader1.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
reader1.res don't call the result files .out but .res as the Makefiles tend to try 2003-12-17 15:08:55 +00:00
reader2.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
reader3.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
reader3.res don't call the result files .out but .res as the Makefiles tend to try 2003-12-17 15:08:55 +00:00
test1.xml less verbose on difference cleanup fixed xmlCleanupParser() doc work on 2003-11-11 21:12:36 +00:00
test2.xml integrating the examples in the navigation menus added make tests, updated 2003-11-12 22:50:47 +00:00
test3.xml cleanup the make rebuild in doc, this include new directive to stop 2003-12-05 14:57:46 +00:00
testWriter.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
tree1.c don't call the result files .out but .res as the Makefiles tend to try 2003-12-17 15:08:55 +00:00
tree1.res don't call the result files .out but .res as the Makefiles tend to try 2003-12-17 15:08:55 +00:00
tree2.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00
tree2.res don't call the result files .out but .res as the Makefiles tend to try 2003-12-17 15:08:55 +00:00
writer.xml applied patch from Alfred Mickautsch, bugfixes and comments added his test 2003-11-20 11:59:09 +00:00
xpath1.c added io1.c an example ox xmlIO usage and io1.res test result, fixed a 2004-01-23 13:15:13 +00:00