Jump to content

Recommended Posts

Posted

Hello all,

I have been searching the forums for a while, more or less succesfully...

I use the IniRead features to create arrays that would then be used in ComboBoxes. For some reason, one of my softwares used for GPIB interfaces seems to disable this feature in AutoIt. In fact I won't get any IniRead results once this software installed.... weird...

Any comments are welcome.

This brings me to the real question. As I lost enough time trying to fix the IniRead problem without success, I decided to use XML in order to replace my Ini-files. Now, how do I read from XML files ? I would like it to act just like a simple IniRead.

Instead of reading values or sections,

[sectionName]

Key=Value

Is it possible to do the same from a XML form

<?xml version="1.0" encoding="ISO-8859-1"?>

<Section>

<Value1>My value 01</Value1>

<Value2>My value 02</Value2>

</Section>

I found some interesting posts like Weather (http://www.autoitscript.com/forum/index.php?showtopic=13321), but none (at least I didn't find one) letting me easily extract my values....

Thanks in advance !

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
  • Recently Browsing   0 members

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