Hi, Is there any way to do php-style output buffering with ruby or rails? as in: ob_start() %> html goes in here <% html=ob_get_contents() ob_end_clean() puts html ---------- Thanks, - Mark