XSLT - createTransform()
Posted: Mon May 21, 2012 1:48 pm
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
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