GNOME Bugzilla – Bug 145250
Documentation on web gives wrong libxslt namespace
Last modified: 2009-08-15 18:40:50 UTC
Go to http://xmlsoft.org/XSLT/extensions.html. Grep for "libxslt nam". The first and only match says: libxslt namespace "http://xmlsoft.org/XSLT/ but a peek at the source shows that it is (libxslt/extra.h): #define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace")
Actually, extensions.html is a generated file (from xslt.html). I changed the both files to reflect what has been in the code for quite awhile. The changes should show up on xmlsoft.org in the very near future (depending upon CVS propagation). Thanks for the report. Bill
This should be closed in libxslt-1.1.8, thanks, Daniel