PDA

View Full Version : Read XML file


ChristianH
11-28-2007, 08:47 AM
Hi,

I try to read a XML file in the "On Startup" event from the Project.
How can I add the XML file to the project?
I have the problem to define the path, where the file is placed?
Christain

TJ_Tigger
11-28-2007, 09:37 AM
Is the file available on the system or are you downloading it from a web site?

To open the file you will have to use XML.Load("c://Program Files//folder//file.xml"); to load the file into AMS. Now it is available to be read and manipulated by AMS.

HTH
Tigg