Displaying 1 result from an estimated 1 matches for "getcategorylist".
2006 Feb 18
0
Comparing two hashes
...log/client" - http://
raa.ruby-lang.org/project/blogclient/ - which has some nice methods
that wrap up XMLRPC/client calls and make the manipulation of structs
transparent to the main application.
My next task is to try and fetch the list of categories in use on the
blog using the - mt_getCategoryList(@metaBlogId) - method. This
returns a hash that I can read the contents out of with categories
[''categoryName'']. Now, I want to assign this names of categories
taken from the hash to check boxes on posts that are being edited.
This requires a second XML call to - mt_getPostC...