Damein Posted January 22, 2014 Posted January 22, 2014 (edited) I've been trying to find a way to write to an XML file, and I came across the wrapper for XML. But, I can't seem to get it to work? #include <_XMLDomWrapper.au3> _XMLFileOpen(@DesktopDir & "\test.xml") $value = _XMLGetAttrib('//Variables/Variable[@Name="DataUploadCompleted"]', 'Value') IniWrite("C:\Users\Gaming\Desktop\New Weather App\test.ini", "Test", "datauploadkeyname", $value) This was pulled from an example on here, and it should work fine. The problem is when I run it, I get the following error Missing separator character after keyword.: googleSearch googleSearch^ ERROR *** EDIT *** Apparently, the wrapper I found had some added text to it.. that wasn't suppose to be there. Thanks Edited January 22, 2014 by Damein Most recent sig. I made Quick Launcher W/ Profiles Topic Movie Database Topic & Website | LiveStreamer Pro Website | YouTube Stand-Alone Playlist Manager: Topic | Weather Desktop Widget: Topic | Flash Memory Game: Topic | Volume Control With Mouse / iTunes Hotkeys: Topic | Weather program: Topic | Paws & Tales radio drama podcast mini-player: Topic | Quick Math Calculations: Topic
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