?  slide 9

Here is an ordinary XML document

(syntax unchanged from what you know)

<section>
  <title>Large Dogs</title>
  <para>Lots and lots of words here, for lines and
     lines with interspersed tags like these
     <list>...</list> and <figure>..</figure> 
     and <bold>..</bold>. And then lots more words.
  </para>
</section>
 ?