I was looking in using an xml_builder template to do something like:<br><br>blee.xerb<br><br>xml.blees do <br>&nbsp; &lt;% for blee in @blees %&gt;<br>&nbsp; &nbsp;&nbsp; xml.blee = <a href="http://blee.name">blee.name</a><br>&nbsp; &lt;% end %&gt;
<br>end<br><br>It looks like the xml_builder template can&#39;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>