reactivated xsltMatchPattern() since this is really something one may want
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 4 Feb 2002 18:51:53 +0000 (18:51 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 4 Feb 2002 18:51:53 +0000 (18:51 +0000)
commit0e33797b05d8066b62301134a28599a1a0d1a91c
tree4800ae97756a6980e30ae8656a09ff958726f250
parente12eb0661983d9f2208d3b83c59e190173975d8e
reactivated xsltMatchPattern() since this is really something one may want

* libxslt/pattern.[ch] doc/libxslt-api.xml doc/libxslt-refs.xml:
  reactivated xsltMatchPattern() since this is really something
  one may want to have access to in an extension function.
* Makefile.am configure.in python/Makefile.am python/generator.py
  python/libxml_wrap.h python/libxsl.py python/libxslt-python-api.xml
  python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt
  python/types.c: started working on the python bindings, borrowed
  most of the work done for libxml2, most of the generator code
  is similar. Commit at the point where this compiles cleanly and
  "import libxslt" doesn't yield any missing entry point.
Daniel
16 files changed:
ChangeLog
Makefile.am
configure.in
doc/libxslt-api.xml
doc/libxslt-refs.xml
libxslt/pattern.c
libxslt/pattern.h
python/Makefile.am [new file with mode: 0644]
python/generator.py [new file with mode: 0755]
python/libxml_wrap.h [new file with mode: 0644]
python/libxsl.py [new file with mode: 0644]
python/libxslt-python-api.xml [new file with mode: 0644]
python/libxslt.c [new file with mode: 0644]
python/libxslt_wrap.h [new file with mode: 0644]
python/libxsltclass.txt [new file with mode: 0644]
python/types.c [new file with mode: 0644]