Search the Community
Showing results for tags 'xmldom'.
-
Hello. A couple week ago i've started learning API Interface for different websites. In this fact sometimes you have to encode your "photo" or "document.body" to send request. Functions to encode and decode Base64 was already created by others. Unfortunately i have troubles with running it...
- 10 replies
-
- base64
- base64binary
-
(and 3 more)
Tagged with:
-
Hey, just wondering if anyone has ever encountered intermittent COM Object Errors with Microsoft.XMLDOM pulling node values. I'm currently getting "Bad Variable Type" intermittently, and simply running the script again would allow it to get further in the parsing loop, only to encounter the error ag...
-
Hi All, I Am trying to update field in a xml file ("iTunesPrefs.xml" see attach) To do so, I try to use XMLDOM (link : ) So far I am unsuccesfull. Here is the code I came up to, and I am stuck. #Include <File.au3> #Include <Array.au3> #include "_XMLDomWrapper.au3" $DirInput =@TempDir $FileInput...