<?xml version="1.0"?>
<doc>
  <title>Test for iterating</title>
  <a>
    <title>A1</title>
    <b>
      <title>A1B1</title>
    </b>
    <b>
      <title>A1B2</title>
      <c>
        <title>A1B2C1</title>
      </c>
      <c>
        <title>A1B2C2</title>
      </c>
      <c>
        <title>A1B2C3</title>
      </c>
    </b>
    <b>
      <title>A1B3</title>
      <c>
        <title>A1B3C4</title>
        <d>
          <title>A1B3C4D1</title>
        </d>
         <d>
          <title>A1B3C4D2</title>
        </d>
     </c>
    </b>
  </a>
  <a>
    <title>A2</title>
    <b>
      <title>A2B4</title>
      <c>
        <title>A2B4C5</title>
        <d>
          <title>A2B4C5D3</title>
          <e>
            <title>A2B4C5D3E1</title>
          </e>
        </d>
      </c>
    </b>
  </a>
  <a>
    <title>A3</title>
    <b>
      <title>A3B5</title>
      <c>
        <title>A3B5C6</title>
        <d>
          <title>A3B5C6D4</title>
          <e>
            <title>A3B5C6D4E2</title>
          </e>
        </d>
        <d>
          <title>A3B5C6D5</title>
          <e>
            <title>A3B5C6D5E3</title>
          </e>
        </d>
      </c>
      <c>
        <title>A3B5C7</title>
        <d>
          <title>A3B5C7D6</title>
        </d>
        <d>
          <title>A3B5C7D7</title>
           <e>
            <title>A3B5C7D7E4</title>
          </e>
          <e>
            <title>A3B5C7D7E5</title>
          </e>
          <e>
            <title>A3B5C7D7E6</title>
          </e>
       </d>
        <d>
          <title>A3B5C7D8</title>
        </d>
      </c>
    </b>
    <b>
      <title>A3B6</title>
    </b>
    <b>
      <title>A3B7</title>
    </b>
    <b>
      <title>A3B8</title>
    </b>
    <b>
      <title>A3B9</title>
      <c>
        <title>A3B9C8</title>
        <d>
          <title>A3B9C8D9</title>
          <e>
            <title>A3B9C8D9E7</title>
          </e>
        </d>
      </c>
    </b>
  </a>
</doc>