Saxon HE problem with calling extension function from altova
Added by Theodoros Antonopoulos over 6 years ago
Hi everyone,
I am using Saxon-HE to transform an xslt which is generated via altova mapforce. When trying to transform I get the following error: XPST0017: Cannot find a 1-argument function named {http://www.altova.com/xslt-extensions}reset-auto-number()
Is there a way to call the altova extension functions without having to register them using the java api?
Thanks,
Theo
Replies (3)
Please register to reply
RE: Saxon HE problem with calling extension function from altova - Added by Michael Kay over 6 years ago
Perhaps this post is helpful, though I know it doesn't directly answer your question?
https://stackoverflow.com/questions/32973677/saxon-xslt-extended-functions-called-only-once
RE: Saxon HE problem with calling extension function from altova - Added by Theodoros Antonopoulos over 6 years ago
Hi,
Thanks for your reply. I've seen this post on stackoverflow but it doesnt really answer the question if you can call extension functions or not. Sure I can register them but I am curious if HE edition has this limitation
Theo
RE: Saxon HE problem with calling extension function from altova - Added by Michael Kay over 6 years ago
I don't know how the Altova extension functions are implemented. Could you point me to some Altova documentation?
Please register to reply