What are the step(s) that importData() steps through? In other words, at any point, can I add/change an .xslt? It doesn't look like I can pass an .xslt to it.
Solved! Go to Solution.
Views
Replies
Total Likes
There are a number of ways ....There are XML editors that will allow you to apply stylesheets as well I use a Java program to apply mine.
Paul
Views
Replies
Total Likes
There is no provision to run an XSLT on the import on the client side. You would have to run th exslt before you performed your import.
Paul
Views
Replies
Total Likes
OK, do you have any suggestions on how to run th xslt before I perform my import?
Views
Replies
Total Likes
There are a number of ways ....There are XML editors that will allow you to apply stylesheets as well I use a Java program to apply mine.
Paul
Views
Replies
Total Likes
When I load the .xml, I call xfa.host.importData(""); - Should I use a different way to import the xml data? What XML editors will allow me to apply stylesheets - can I call Java from LiveCycle?
Views
Replies
Total Likes