1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-02 13:33:20 +03:00

fixed a problem in the generator where the way functions are remapped as

* python/generator.py: fixed a problem in the generator where
  the way functions are remapped as methods on classes was
  not symetric and dependant on python internal hash order,
  as reported by Stphane Bidoul
* libexslt/strings.c: attempt at fixing an object type pbm
* libxslt/triodef.h: update for OpenVMS from libxml2
Daniel
This commit is contained in:
Daniel Veillard
2003-04-26 12:06:36 +00:00
parent 505f68f7e2
commit b973e4a094
5 changed files with 12 additions and 4 deletions

View File

@@ -207,6 +207,7 @@ Class stylesheet()
parseTemplateContent()
# functions from module xsltutils
printErrorContext()
saveResultToFd()
saveResultToFile()
saveResultToFilename()