lab Posted February 7, 2006 Posted February 7, 2006 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 !
rhg Posted February 7, 2006 Posted February 7, 2006 Look Here: http://www.autoitscript.com/forum/index.php?showtopic=19848
lab Posted February 13, 2006 Author Posted February 13, 2006 Thank you for the link... played around with the XML functions and got the result I was looking for...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now