From 69795dfbca2b09afb7f64e91cce2729ec072504e Mon Sep 17 00:00:00 2001
From: Daniel Veillard I'm still waiting for someone to contribute a simple XSLT processing
module for Apache :-)
+
+
diff --git a/doc/index.html b/doc/index.html index 919aa6cb..b6eb4d00 100644 --- a/doc/index.html +++ b/doc/index.html @@ -97,7 +97,7 @@ reused in commercial applications (see the intro)+
Logo designed by Marc Liyanage.
diff --git a/doc/internals.html b/doc/internals.html index 515de9a7..02a862aa 100644 --- a/doc/internals.html +++ b/doc/internals.html @@ -465,7 +465,7 @@ especially:+
Error reporting, there is a lot of case where the XSLT specification specify that a given construct is an error are not checked adequately by libxslt. Basically one should do a complete pass on the XSLT spec again and @@ -476,7 +476,7 @@ elements/attributes in different namespaces).
Double check all the places where the stylesheet compiled form might be modified at run time (extra removal of blanks nodes, hint on the xsltCompMatch).
-+
diff --git a/doc/python.html b/doc/python.html index e17e3c75..fcd1bf45 100644 --- a/doc/python.html +++ b/doc/python.html @@ -110,6 +110,11 @@ or libxslt wrappers or bindings: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.
+Note to people interested in building bindings, the API is formalized as +an XML API description file which allows to +automate a large part of the Python bindings, this includes function +descriptions, enums, structures, typedefs, etc... The Python script used +to build the bindings is python/generator.py in the source distribution.
To install the Python bindings there are 2 options:
Note to people interested in building bindings, the API is formalized as +an XML API description file which allows to +automate a large part of the Python bindings, this includes function +descriptions, enums, structures, typedefs, etc... The Python script used +to build the bindings is python/generator.py in the source distribution.
+To install the Python bindings there are 2 options: