Re: [jxpath] regular expressions in XSLT string operations

2005-03-30 Thread Stephen Colebourne
Apologies in advance for MY brevity: - Read the mailing list guidelines. - Add [jxpath] to the subject. - Remember that we don't get paid for this. - Generally, if you want it, you may have to help do it. Stephen depub2 wrote: Apologies in advance for my brevity: I did not ask for a workaround - I

Re: regular expressions in XSLT string operations

2005-03-29 Thread depub2
Apologies in advance for my brevity: I did not ask for a workaround - I know workarounds exist. I ASKED: Is there a PLAN for commons/jx-path to support at least some of the XPATH 2.0 features such as regex (fn:matches, fn:replaces, fn:tokenize) and other really helpful string operations? IS THERE

Re: regular expressions in XSLT string operations

2005-03-16 Thread Adrian Perez Jorge
Hi David, I'm just a JXPath user. Maybe you could implement fn:replaces, fn:matches and fn:tokenize as custom functions in JXPath. Check out http://jakarta.apache.org/commons/jxpath/users-guide.html#Custom%20Extension%20Functions Cheers, Adrian P.J. depub2 wrote: fn:replaces provides for regu

regular expressions in XSLT string operations

2005-03-15 Thread depub2
fn:replaces provides for regular expression based string match/substitution within xslt. Is there a plan for commons/jx-path to support at least some of the XPATH 2.0 features such as regex (fn:matches, fn:replaces, fn:tokenize) and other really helpful string operations? I am using cocoon and coul