I was looking in using an xml_builder template to do something like:<br><br>blee.xerb<br><br>xml.blees do <br> <% for blee in @blees %><br> xml.blee = <a href="http://blee.name">blee.name</a><br> <% end %>
<br>end<br><br>It looks like the xml_builder template can't expand the erb tag. <br><br>It this not the correct way to expand and xml template ?<br><br>Thanks !<br><br><br><br><br>