Hello,
we have trouble whit the command createTransform.
In our script we create a xml-structure in a new created document and than we would transform this document into a new one, with the call:
var newDoc = XMLDoc.createTransform(xslDoc);
(the xslDoc comes from disk)
but we will become ever a crash.
Has anybody expirence whit this command?
Thanks
Lohbrandt
XSLT - createTransform()
Hello Mr Lohbrandt,
it's a known issue of the scripting API and will get fixed in one of the coming Switch update version.
At the moment there's no workaround available besides using a different XSLT processor like e.g. Saxon which can be controlled via a "Execute command" flow element or a custom script element. We have such a Saxon script element available (also an Apache FOP script element which allows XSL-FO).
Regards,
Robert
it's a known issue of the scripting API and will get fixed in one of the coming Switch update version.
At the moment there's no workaround available besides using a different XSLT processor like e.g. Saxon which can be controlled via a "Execute command" flow element or a custom script element. We have such a Saxon script element available (also an Apache FOP script element which allows XSL-FO).
Regards,
Robert