Dynamic Import Process for Structured Documents

Start with a structured document such as the following, simplified example.

<book>
     <chapter> 
          <title>Chapter Title</title>
          <para>...</para>
          <para>...</para>
          <para>...</para>
     </chapter>
     <chapter> 
          <title>Chapter Title</title>
          <para>...</para>
     </chapter>
     ...
</book>