Marcin
Marcin

Reputation: 190

saxon:evaluate equivalent for MarkLogic xdmp:xslt-eval

I need to use a stylesheet that calls saxon:evaluate() in MarkLogic. However it throws an error when I try to use xdmp:xslt-eval as it is not recognizable by ML as it is saxon specific.

Does anyone have an idea how to overcome this? As far as i know there isn't anything similar to saxon:evaluate() in ML, I know this will be available as default in XSLT 3.0 but that doesn't really help atm. Is there a similar function in MarkLogic?

Upvotes: 1

Views: 154

Answers (1)

Related Questions