Re: [xslt] str:replace conformance
- From: Ron Burk <ronburk hightechinfo com>
- To: The Gnome XSLT library mailing-list <xslt gnome org>
- Subject: Re: [xslt] str:replace conformance
- Date: Tue, 27 Jan 2009 11:31:08 -0800
in studying exsltStrReplaceFunction() in libexslt/strings.c,
it looks like somewhat of a rewrite to make it conform, if
my understanding of the spec is correct.
a) the current version returns a string; it's supposed to
return a nodeset.
b) the current version treats the replacements as strings;
it's supposed to treat them as nodes.
c) the current version can modify replacement text; it's
supposed to only modify text from the original string.
d) the current version ignores the requirement to perform
substitutions in descending order of search string length.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]