fixup the script and rebuid the API cleanup provided accessors for a lot
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 7 Feb 2002 22:34:59 +0000 (22:34 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 7 Feb 2002 22:34:59 +0000 (22:34 +0000)
commit3146d5356fa192ef3f27f74ef634b3d7bd411c8e
treeb1102bbf1d80170b702f563f5e142bdcd276226a
parent9de2bd46fce5d8e9ba9185dbb6044570887603cc
fixup the script and rebuid the API cleanup provided accessors for a lot

* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
  doc/parsedecl.py: fixup the script and rebuid the API
* libxslt/extensions.h: cleanup
* python/generator.py python/libxslt-python-api.xml python/libxslt.c
  python/libxsltclass.txt: provided accessors for a lot of the
  tructures involved in the transformation. Stylesheet and
  transformation python object don't free automatically the
  encapsulated object when deallocated.
* python/tests/Makefile.am python/tests/basic.py
  python/tests/extfunc.py python/tests/pyxsltproc.py:
  updated the examples
Daniel
14 files changed:
ChangeLog
doc/libxslt-api.xml
doc/libxslt-decl.txt
doc/libxslt-refs.xml
doc/parsedecl.py
libxslt/extensions.h
python/generator.py
python/libxslt-python-api.xml
python/libxslt.c
python/libxsltclass.txt
python/tests/Makefile.am
python/tests/basic.py
python/tests/extfunc.py
python/tests/pyxsltproc.py