18 October 2003
Million and one things to do, so I’ll keep it brief: seems-to-work XML-RPC implementation in VBScript/ASP . It validates.
This took far too long. I spent an hour — not a solid hour, but an hour from start to finish — looking at the code in disbelief, wondering why it didn’t validate, before I noticed that the reason it was saying ‘Validator1: variable is undefined’ was that, although I’d written a class, I hadn’t actually created an instance.
I won’t even start on the whole Base64 encoding thing.
(I also found out that New RegExp is ever so slighty — but consistently — faster than Server.CreateObject("VBScript.RegExp"). Just thought you should know.)