Jump to content

using autoit to work with xml


Recommended Posts

is there any way to put data from an xml into an array or something?

for example, I have this xml code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<document something="hello">
<autoit>
<tag/>
<tag/>
<tag/>
<other>
hi!
</other>
</autoit>
</document>

How would I tell AutoIt to read all of this information?

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

  • Moderators

is there any way to put data from an xml into an array or something?

for example, I have this xml code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<document something="hello">
<autoit>
<tag/>
<tag/>
<tag/>
<other>
hi!
</other>
</autoit>
</document>

How would I tell AutoIt to read all of this information?

There's tons of information on XML doing a search for that specifically, had you done that?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...