source)
xml.list {xml.cdata! “test”}
result)
but I want to
(because firefox don’t understand first result)
how to???
source)
xml.list {xml.cdata! “test”}
result)
but I want to
(because firefox don’t understand first result)
how to???
On 10 Oct 2007, at 05:46, subicura wrote:
(because firefox don’t understand first result)
This seems a little odd, but if you really need to you’ll have to
hack rails/actionpack/lib/action_view/base.rb and change
xml = Builder::XmlMarkup.new(:indent => 2)
to
xml = Builder::XmlMarkup.new()
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs