You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been making use of various exslt functions (xmlns:str="http://exslt.org/strings", xmlns:dyn="http://exslt.org/dynamic"). This works fine.
However, I don't seem to be able to get regexp functions working with xmlns:regexp="http://exslt.org/regular-expressions". I'm trying to figure where (in the code) I can check which exslt extensions are supported and which aren't. Could you point me in the right direction please?
The text was updated successfully, but these errors were encountered:
I have been making use of various exslt functions (
xmlns:str="http://exslt.org/strings"
,xmlns:dyn="http://exslt.org/dynamic"
). This works fine.However, I don't seem to be able to get regexp functions working with
xmlns:regexp="http://exslt.org/regular-expressions"
. I'm trying to figure where (in the code) I can check which exslt extensions are supported and which aren't. Could you point me in the right direction please?The text was updated successfully, but these errors were encountered: