rubyview

You can make a Ruby View if you want advanced layout or features. This is a HTML file with some embedded Ruby. Make a file e.g. templates/school_app/_diploma.html.erb You can edit both the data and the presentation. See Ruby View for more info.

    <table>
        <rubyview>diploma</rubyview>

Data from the xml file will be available in @docs

Use lowercase when possible