AvgGamerGuy Posted May 8, 2008 Posted May 8, 2008 Will autoit be able to open an XML file with the FileOpen function? If so...anyone have any pointers on how one would go about reading on parsing and reading and XML file? Thanks!
AdmiralAlkex Posted May 8, 2008 Posted May 8, 2008 (edited) Will autoit be able to open an XML file with the FileOpen function? If so...anyone have any pointers on how one would go about reading on parsing and reading and XML file?Thanks!Ofcourse FileOpen() is possible, but using the XML DOM wrapper would be much easier Edited May 8, 2008 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
AvgGamerGuy Posted May 8, 2008 Author Posted May 8, 2008 Ofcourse FileOpen() is possible, but using the XML DOM wrapper would be much easierGreat, thanks AdmiralAlkex.....I'm looking at the XML DOM wrapper now.
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