Tuesday, April 26, 2005
XML and RSS0.92 Parser
Wrote a basic xmlparser module in python which can parse the xml file and returns UserDict. Using xmlparser module I implemented parsefeed module which can now parse the RSS 0.92 xml file and return UserDict which can be handled easily. You can download the modules here.