Thanks Brian - Well erb sure but I still would like to get the xml builder object<br>bound to the template. That's the essence of my question ie being able to embed<br>erb tag within my xml template.<br><br>-Fernand<br>
<br><br><br><div><span class="gmail_quote">On 9/4/07, <b class="gmail_sendername">Brian Candler</b> <<a href="mailto:B.Candler@pobox.com">B.Candler@pobox.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Sep 04, 2007 at 02:32:28PM -0600, Fernand Galiana wrote:<br>> I was looking in using an xml_builder template to do something like:<br>> blee.xerb<br>> xml.blees do<br>> <% for blee in @blees %>
<br>> xml.blee = [1]blee.name<br>> <% end %><br>> end<br>> It looks like the xml_builder template can't expand the erb tag.<br>> It this not the correct way to expand and xml template ?
<br><br>That's not xml_builder format, that's erb format.<br><br>I think someone else came across the same issue, see<br><a href="http://merb.devjavu.com/projects/merb/ticket/162">http://merb.devjavu.com/projects/merb/ticket/162
</a><br></blockquote></div><br>