One should probably find out exactly how much of XMLRPC that is/isn't supported.
/ Martin Nilsson (hehe Torgny)
Previous text:
2002-12-05 22:20: Subject: CHANGES line of the day
Let's take a few more easy ones. For review:
o Protocols.XMLRPC Implements most features of the XML-RPC standard
o Parser Added a few methods: get_xml_parser, which returns a Parser.HTML set up to parse XML, parse_html_entities and decode_numeric_xml_entity, which decode XML and HTML entities respectively.
Examples: Parser.decode_numeric_xml_entity("#x7a") => "z" Parser.parse_html_entities(">") => ">"
o Web.Crawler A generic asynchronus web crawler that supports the /robots.txt standard.
/ Peter Bortas