On Sat, May 1, 2010 at 10:21 AM, JAGANADH G <[email protected]> wrote: > Dear All > Is there any equivalent to Nokogiri (Ruby) in Python ?
It is difficult for us if you specify Jargons. I understand Nokogiri is XML parser with some good capabilities to deal with XPATH Similar programs in python include ElementTree, BeautifulSoup and with specific to RSS and Atom Feeds: feedparser. HTH, Senthil _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
