From 00ce7dd8145168d1bfb75a5b0e41e6d288239d0d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 15 Apr 2002 13:59:07 +0000 Subject: [PATCH] fixing the equivalent of #75779 Daniel * python/Makefile.am: fixing the equivalent of #75779 Daniel --- ChangeLog | 4 ++++ doc/libxslt-api.xml | 6 ++++++ doc/libxslt-decl.txt | 12 ++++++------ doc/libxslt-refs.xml | 15 +++++++++++++++ python/Makefile.am | 5 +++-- python/libxsltclass.txt | 1 + 6 files changed, 35 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62351c4b..8204772a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 15 15:57:28 CEST 2002 Daniel Veillard + + * python/Makefile.am: fixing the equivalent of #75779 + Mon Apr 15 14:00:12 CEST 2002 Daniel Veillard * libxslt/keys.c: fixed bug #78735 diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 667f28a1..05588837 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -96,6 +96,7 @@ + @@ -1370,6 +1371,11 @@ Registers the test module + + resolve the references between attribute sets. + + + Apply the stylesheet to the document and generate the output according to output SAX and IObuf. It's an error to specify both SAX and IObuf. diff --git a/doc/libxslt-decl.txt b/doc/libxslt-decl.txt index 04e33453..c88996a8 100644 --- a/doc/libxslt-decl.txt +++ b/doc/libxslt-decl.txt @@ -1,14 +1,14 @@ LIBXSLT_DOTTED_VERSION -#define LIBXSLT_DOTTED_VERSION "1.0.14" +#define LIBXSLT_DOTTED_VERSION "1.0.15" LIBXSLT_VERSION -#define LIBXSLT_VERSION 10014 +#define LIBXSLT_VERSION 10015 LIBXSLT_VERSION_STRING -#define LIBXSLT_VERSION_STRING "10014" +#define LIBXSLT_VERSION_STRING "10015" WITH_XSLT_DEBUG @@ -1558,15 +1558,15 @@ void LIBXSLT_DOTTED_VERSION -#define LIBXSLT_DOTTED_VERSION "1.0.14" +#define LIBXSLT_DOTTED_VERSION "1.0.15" LIBXSLT_VERSION -#define LIBXSLT_VERSION 10014 +#define LIBXSLT_VERSION 10015 LIBXSLT_VERSION_STRING -#define LIBXSLT_VERSION_STRING "10014" +#define LIBXSLT_VERSION_STRING "10015" WITH_XSLT_DEBUG diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 6ec98b82..237e4cd6 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -192,6 +192,7 @@ + @@ -448,6 +449,7 @@ + @@ -957,6 +959,7 @@ + @@ -1113,6 +1116,7 @@ + @@ -2106,6 +2110,7 @@ + @@ -2143,6 +2148,9 @@ + + + @@ -3763,6 +3771,9 @@ + + + @@ -3806,6 +3817,9 @@ + + + @@ -3906,6 +3920,7 @@ + diff --git a/python/Makefile.am b/python/Makefile.am index 88f30b0f..0d651ed4 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -22,14 +22,15 @@ EXTRA_DIST = \ libxslt-python-api.xml \ $(DOCS) -libxsltmod_la_LDFLAGS = -module -avoid-version +libxsltmod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/libxslt/.libs \ + -L$(top_builddir)/libexslt/.libs if WITH_PYTHON mylibs = \ $(top_builddir)/libxslt/libxslt.la \ $(top_builddir)/libexslt/libexslt.la -all: libxslt.py +all: libxslt.py libxsltmod.la pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages python_LTLIBRARIES = libxsltmod.la diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 158f8efb..fb320166 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -148,6 +148,7 @@ Class stylesheet() # functions from module attributes freeAttributeSetsHashes() parseStylesheetAttributeSet() + resolveStylesheetAttributeSet() # functions from module documents freeStyleDocuments()