I'm trying to load xml into my project from a file path. Then place it into a text box.
If i embed the xml i can sort the nodes fine. But i need to load it from a external file.
I'm using a system - on start of layout - xml - load command.
My xml is located here "C:\Work in Progress\aaa.xml"
I added that to the load command in quotes.
Am I using the wrong command? Any help would be apreaciated.