1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

attempst to tweak to get full memory debug... the basic API starts to work

* configure.in python/Makefile.am: attempst to tweak to get
  full memory debug...
* python/generator.py python/libxsl.py python/libxslt-python-api.xml
  python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt:
  the basic API starts to work
* python/tests/test.*: first basic test
* libxslt/xsltutils.c: fixed a comment
Daniel
This commit is contained in:
Daniel Veillard
2002-02-05 23:23:15 +00:00
parent f6064ec0ba
commit f0cb070b69
13 changed files with 186 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import libxml2
from libxml2 import *
import _libxslt
#