These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

xfa.host.exportData after applyXSL

tomson
Registered: Jan 29 2008
Posts: 2

Hi,

does anyone know how to export form data after transforming it by xslt? I just want to transform form data and save it on hdd.

var temp1 = xfa.data.saveXML();
var xslt = XSLThiddenfieldUnbounded.rawValue;
var xsltStr = xfa.data.applyXSL(xslt);

xfa.data.loadXML(xsltStr,0,1); //this doesn't work, I can't overwrite form structure, any idea how to accomplish this in other way to let xfa.host.exportData save transformed data properly?

xfa.host.exportData("",0);

xfa.data.loadXML(temp1,0,1);

My Product Information:
LiveCycle Designer
bigme
Registered: Oct 7 2010
Posts: 3
I know this is an old thread but I'm actually experiencing the same issue. Has anyone solved this yet?
Thank you.