diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-02-16 15:07:47 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-02-16 15:07:47 +0000 |
commit | 675732396cf72da196292eaedd181c2a9b15bcf2 (patch) | |
tree | 9849c282ee44c88bad19f0bdd62fcef3609a8fa9 /python | |
parent | 8eec03e2a90c6634153ddce5d0682a3b136b2c8f (diff) | |
download | libxslt-675732396cf72da196292eaedd181c2a9b15bcf2.tar.gz libxslt-675732396cf72da196292eaedd181c2a9b15bcf2.tar.bz2 libxslt-675732396cf72da196292eaedd181c2a9b15bcf2.zip |
updated and rebuilt the documentation preparing release of 1.1.3 cleanup
* configure.in, doc/*: updated and rebuilt the documentation
preparing release of 1.1.3
* libxslt/attrvt.c libxslt/xsltInternals.h: cleanup
Daniel
Diffstat (limited to 'python')
-rw-r--r-- | python/libxsltclass.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 85bdaced..91c020d1 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -197,6 +197,7 @@ Class stylesheet() # functions from module xsltInternals allocateExtra() + compileAttr() freeStylesheet() parseStylesheetImportedDoc() parseStylesheetOutput() @@ -204,6 +205,7 @@ Class stylesheet() parseTemplateContent() # functions from module xsltutils + cNsProp() printErrorContext() saveResultToFd() saveResultToFile() |