First XML-RPC function implemented
I've finally managed to get the first XML-RPC function in QTM working: populating the list of blogs from which the user is to select which blog to post his entry to. This was actually a learning exercise for me, as I had never written any code before which involved parsing XML via either SAX or DOM (this used the SAX classes in the Qt XML module). Anyway, now that this has been done, populating the category list and actually implementing basic posting functionality - and getting a release out - shouldn't be too difficult.