Hai all,
I have the following problem to solve:
The users of my application can specify an xpath like e.g.
format-date(current-date(),'[D]/[M]/[Y]', 'en', (), ())
this xpath is caught in an xslt file as just being a string (the user could also have typed in a string and then I need this string for sure), but I want this 'string' to be evaluated...
So my question is, does anybody know how I execute this xpath if it comes to my function as a string...?
Best regards,
longbart