XML representations

<?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>

Classic boxes-inside-boxes representation of a mythical book that contains an introduction, two chapters, and an index, where each chapter contains a heading and two sections

Classic tree representation of a mythical book that contains an introduction, two chapters, and an index, where each chapter contains a heading and two sections

XPath and Schematron for TEI Customization slide 02 of 24
© 2010 Syd Bauman and the Women Writers Project This TEI-encoded XML file is available under the terms of the Creative Commons Attribution-ShareAlike 3.0 (Unported) license.