diff --git a/doc/contribs.html b/doc/contribs.html index 311f66ea..58a35375 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -120,7 +120,7 @@ A:link, A:visited, A:active { text-decoration: underline }

I'm still waiting for someone to contribute a simple XSLT processing module for Apache :-)

-

+

Daniel Veillard

Daniel Veillard

diff --git a/doc/extensions.html b/doc/extensions.html index 2b5bb73f..b34f078f 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -433,7 +433,7 @@ close the connection to the database to keep the same example.

  • implementations of the EXSLT common extension libraries, Thomas Broyer nearly finished implementing them.
  • -

    +

    Daniel Veillard

    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)

  • xsltproc user manual
  • the libxml documentation
  • -

    +

    Logo designed by Marc Liyanage.

    Daniel Veillard

    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:

  • Optimization of an expression tree (This could be done as a completely independent module.)
  • -

    +

    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).

    -

    +

    Daniel Veillard

    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: