<favorites>
    <title>
        Table: My favorite records.
    </title>
    <cols>
        <album/>
        <artist/>
        <released/>
    </cols>
    <headings>
        <record>
            <album>    album          </album>
            <artist>   artist         </artist>
            <released> released       </released>
        </record>
    </headings>
    <records>
        <record>
            <album>    Rubber Soul     </album>
            <artist>   The Beatles     </artist>
            <released> 1965            </released>
        </record>
        <record>
            <album>    Brown Eyed Girl </album>
            <artist>   Van Morrison    </artist>
            <released> 1967            </released>
        </record>
        <record>
            <album>    Queen II        </album>
            <artist>   Queen           </artist>
            <released> 1974            </released>
        </record>
        <record>
            <album>    Mellon Collie and the Infinite Sadness    </album>
            <artist>   The Smashing Pumpkins                     </artist>
            <released> 1995                                      </released>
        </record>
    </records>
    <footers>
        <record>
            <album>    album          </album>
            <artist>   artist         </artist>
            <released> released       </released>
        </record>
    </footers>
</favorites>