From 8f605ccf7c324d38a57cb0bfe85d38de20070b2a Mon Sep 17 00:00:00 2001 From: "Kasimier T. Buchcik" Date: Thu, 11 May 2006 20:18:27 +0000 Subject: Changed a comment to indicate that a specific bug was already fixed. * libxslt/extensions.c: Changed a comment to indicate that a specific bug was already fixed. --- ChangeLog | 5 +++++ libxslt/extensions.c | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a55491e6..fb744896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 11 22:12:22 CEST 2006 Kasimier Buchcik + + * libxslt/extensions.c: Changed a comment to indicate that a + specific bug was already fixed. + Fri May 5 23:10:47 CEST 2006 Kasimier Buchcik * libxslt/xsltInternals.h libxslt/attributes.c diff --git a/libxslt/extensions.c b/libxslt/extensions.c index b7dad9bc..0a7bc723 100644 --- a/libxslt/extensions.c +++ b/libxslt/extensions.c @@ -1152,9 +1152,10 @@ xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI) cur = (xsltExtDefPtr) style->nsDefs; while (cur != NULL) { /* - * TODO: This is the old behaviour and it won't work - * correctly, since it works with the namespace prefix, - * but it should work with the namespace name. + * NOTE: This was change to work on namespace names rather + * than namespace prefixes. This fixes bug #339583. + * TODO: Consider renaming the field "prefix" of xsltExtDef + * to "href". */ if (xmlStrEqual(URI, cur->prefix)) return (1); -- cgit v1.2.3