Publication-quality output
27 « ^»

XSL-FO is a particular XML format (generated by XSLT), from which paginated results can be produced:

<fo:table-row keep-together.within-page="always">
   <fo:table-cell width="2.5cm" padding="3pt"/>
   <fo:table-cell width="1.75cm" padding="3pt" border-width="0.5pt" 
   	border-left-style="solid">
      <fo:block font-weight="bold">.12</fo:block>
   </fo:table-cell>
   <fo:table-cell width="15cm" padding="3pt" border-width="0.5pt" 
   	border-right-style="solid">
      <fo:block font-weight="bold">Ceramic(?) mask of Drinkwater 
      by Sylvia Kingham, early 20th century. Terracotta coloured, 
      mounted on a wooden plaque with a brass label. Cracked in 
      several places, and repaired.</fo:block>
   </fo:table-cell>
</fo:table-row>
TEI Tutorial: working with TEI documents logo