I would like to get a convenient listing of all current Ruby documentation included in the source. I see that RDoc supports XML (which would be fine) and I try: /ruby$ rdoc --all -f xml -n ../ruby_doc.xml That gives me a lot of date, but it doesn't seem to include the methods themselves. Is there any way to get them in the XML, or do I need to build the HTML docs and parse out what I want? Thanks. James Edward Gray II