From 248943af4cca51468e9f75eccd7605f250aa271c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 23 Feb 2002 13:07:04 +0000 Subject: [PATCH] Updated the Python installation instructions, Daniel --- doc/python.html | 15 ++++++++++++++- doc/xslt.html | 17 ++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/doc/python.html b/doc/python.html index 37b108f..cf26844 100644 --- a/doc/python.html +++ b/doc/python.html @@ -102,7 +102,20 @@ or libxslt wrappers or bindings:

The libxslt Python module depends on the libxml2 Python module.

The distribution includes a set of Python bindings, which are garanteed to be maintained as part of the library in the future, though the Python -interface have not yet reached the maturity of the C API. The distribution +interface have not yet reached the maturity of the C API.

+

To install the Python bindings there are 2 options:

+ +

The distribution includes a set of examples and regression tests for the python bindings in the python/tests directory. Here are some excepts from those tests:

diff --git a/doc/xslt.html b/doc/xslt.html index b8fc611..209accd 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -690,7 +690,22 @@ href="http://xmlsoft.org/python.html">libxml2 Python module.

The distribution includes a set of Python bindings, which are garanteed to be maintained as part of the library in the future, though the Python -interface have not yet reached the maturity of the C API. The distribution +interface have not yet reached the maturity of the C API.

+ +

To install the Python bindings there are 2 options:

+ + +

The distribution includes a set of examples and regression tests for the python bindings in the python/tests directory. Here are some excepts from those tests:

-- 2.7.4