W3C
The fragment context Table-of-Contents Fragment context tricks
Change-size

Example of a fragment context


<f:fcs xmlns:f="http://www.w3.org/XML/Fragment/1.0"
       extref="http://www.oasis-open.org/docbook/docbook/3.0/docbook.dtd"
       parentref="http://www.acme.com/~me/mydocs/mybook.xml"
       xmlns="http://www.oasis-open.org/docbook/DocbookSchema">
  <book>
    <part>
      <chapter>
        <sect1/>
        <sect1>
          <orderedlist numeration="arabic">
   	 <listitem/>
   	 <f:fragbody fragbodyref="http://www.acme.com/~me/mydocs/myfrag.xml"/>
          </orderedlist>
        </sect1>
      </chapter>
    </part>
  </book>
</f:fcs>

Daniel Veillard

5 of 9