<?xml version="1.0" encoding="UTF-8"?> <book> <introduction>Blah blah blah ... </introduction> <chapter> <heading>Wines</heading> <section>White wines ... </section> <section>Red wines ... </section> </chapter> <chapter> <heading>Beers</heading> <section>Ales ... </section> <section>Lagers ... </section> </chapter> <index> stuff ... </index> </book> |
|
|