Jump to content

XMLDomWrapper no longer working?


Damein
 Share

Recommended Posts

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 by Damein

MCR.jpg?t=1286371579

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

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...