Hello i have a question about how to export xml into fields, because i cant find a way to do it, is it possible?
i know how to export our pdf into xml, by using
xfa.host.exportData("", 0);
but how to export it on textfield, for example i have textField named with "xmlfield".
what should i do, ..xml.field.rawValue = ?? or xfa.host.exportData("..xmlfield", 0); its not working
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
I think what you want to do is the saveXML() function:
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Just use the saveXML() method.
Textfield.rawValue = xfa.data.saveXML("pretty");
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies