Yes.i have tried putting 10.chr as as below

xml.Row 'ss:StyleID' => 's65' do
        xml.Cell 'ss:StyleID' => 's70' do
              xml.Data "test" + 10.chr + "test 3", 'ss:Type' =>
'String'
        end
 end

But it is putting a space instead of a line break.

Thanks,
Piyush


On Feb 1, 2:14 pm, Rails List <[email protected]> wrote:
> did you try
>
> 10.chr
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to