You'll need to parse the XML to do that. You might either need to insert it with Element#insert or transform it into an HTML string before ou insert it.
Either way, I encourage you to try using HTML instead, much better for your usecase. Best, Tobie On Dec 28, 4:57 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > oh, sorry, for the wrong issue, but I also read a smiliar thread with > responseXML insteadof responseText but having the same problems. > but maybe your answers helps, too. is it in general possible to > Element#update / appendChild with XML Tags instead of HTML Tags in IE? > Maybe there's my main error !? > > Thanks, > Max --~--~---------~--~----~------------~-------~--~----~ 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 [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-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
