Read XML file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ChristianH
    Forum Member
    • Nov 2007
    • 7

    Read XML file

    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
    Indigo Rose Customer
    • Sep 2002
    • 3159

    #2
    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
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

    Comment

    Working...
    X