Copy link to clipboard
Copied
Hi I am trying to load text from an external XML file into a dynamic text box. I have so far managed to load single parts of the XML file into a dynamic text field. I now want to be able to load different parts of the XML file (something similar to a string with appendText) into the same text Field.
I have so far managed to achive this using the String and append text properties, but would like to use XML file to do it instead.
Any tips please?
Thanks ![]()
Copy link to clipboard
Copied
In essence you can just do:
TextField.text = XML.node1 + XML.node2;
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more