Appendices
Posted by mholmes on 22 Jun 2010 in Hit by a bus
Appendices are part of the back matter, so they live in the <back> element, which is a child of <text>:
<back> <div type="appendix" xml:id="appendix_01"> <head>Appendix 1</head> </div> <div type="appendix" xml:id="appendix_02"> <head>Appendix 2</head> </div> <div type="bibliogr"> <head>References</head> <listBibl> <bibl>...</bibl> </listBibl> </div> </back>