Hi, I saw that Jaxen includes some additional XPath functions:
- upper-case(): converts the first argument to an upper case string using either the default Locale or the Locale specified by the second parameter - lower-case(): converts the first argument to a lower case string using either the default Locale or the Locale specified by the second parameter - ends-with(): evaluates true if the first string ends with the postfix Would it make sense to include some extension function like these in the default JXPath distribution? For these the implementation would already exist :-) Cheers, -- knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
