Announcement

Collapse
No announcement yet.

Browse, load and display XML files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Browse, load and display XML files

    Hi all,

    I would develop, for a test, an application that open xml files and then display data in paragraphs, grid, labe. whatever

    Can you point me on the right way to achieve this, please?

    Thanks

  • #2
    AMS have a set of functions for you to load a xml file or xml content and then use the details just open the help file and type XML there will be a good few there.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Hi King and thanks for the reply. I need an example or maybe the steps to do that

      For example:

      1) Browse the file (Dialog.FileBrowse)
      2) Load the opened XML file (XML.Load - but how to point to the opened file?)
      3) Display data to an object (xml.getvalue)

      ecc...

      Can You help Me?

      Comment


      • #4
        Originally posted by redmile View Post
        Hi King and thanks for the reply. I need an example or maybe the steps to do that

        For example:

        1) Browse the file (Dialog.FileBrowse)
        2) Load the opened XML file (XML.Load - but how to point to the opened file?)
        3) Display data to an object (xml.getvalue)

        ecc...

        Can You help Me?
        Me and the XML functions don't play nice so no sorry no help there, but all the details of each function are in the
        help file tho and giving that a good read would be a good start and when you get the data you save it in to a veb
        and the pass that to your object.
        Plugins or Sources MokoX
        BunnyHop Here

        Comment

        Working...
        X