J
Jose Fernandez
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?
<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?