You can see from the subject what I''m trying to do. I''m trying to use Builder to put an entity in a table cell with: td = Builder.node(''td'', '' ''); But the entity gets escaped and I see the ampersand et cetera... inside the table on the web page. What''s the way to do this? Another Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
http://www.mail-archive.com/rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org/msg14763.html On Jul 10, 4:40 pm, fredistic <fredis...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> You can see from the subject what I''m trying to do. I''m trying to use > Builder to put an entity in a table cell with: > > td = Builder.node(''td'', '' ''); > > But the entity gets escaped and I see the ampersand et cetera... > inside the table on the web page. > > What''s the way to do this? > > Another Fred--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Nice example. I''ve seen it -- it doesn''t use entities. The problem is not in getting plain text in there. The problem is in getting a real entity in the cell. The entity is being escaped. On the web page I actually see '' '', want to see a blank. Another Fred --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---