Hello, I'm trying to get RDoc to spit out an XML file, but all I keep getting are the file and class lists with no method lists or methods...what's the deal? Here's the command I'm feeding it (just using CGI.rb to test it): rdoc --fmt xml --op C:\temp\ --all --opname C:\temp\ cgi.rb I've tried using --one-file, too, but that doesn't help anything. Thanks, Jeremy