On Thu, Nov 20, 2008 at 23:06, Jose Fernandez <jose / umn.edu> wrote: > Is there a way to make RDoc use the html entities of stuff like: > > <a href="classes/ActiveSupport/TimeZone.html#M001007"><=> > (ActiveSupport::TimeZone)</a><br /> > > The xml parser im using is getting confused by the '<' '>' strings > inside elements... wondering if you can make Rdoc use their char > reference entity instead? What version rdoc do you have? It seems that http://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html has it correct. Check with "rdoc --version", update with "gem install rdoc", latest is 2.2.1.