After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 145250 - Documentation on web gives wrong libxslt namespace
Documentation on web gives wrong libxslt namespace
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other All
: High normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-01 12:27 UTC by Lionel Elie Mamane
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lionel Elie Mamane 2004-07-01 12:27:45 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")
Comment 1 William M. Brack 2004-07-03 09:57:45 UTC
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
Comment 2 Daniel Veillard 2004-07-06 09:17:57 UTC
This should be closed in libxslt-1.1.8,
                                                                                
  thanks,
                                                                                
Daniel