Does XPP 8.4 support nested CALS tables?

XML Mode

Input:

<?xml version="1.0" encoding="utf-8"?>
<nested-cals>
  <para>
    <table>
      <tgroup cols="2" colsep="1" rowsep="1">
        <colspec colwidth="100pt" colnum="1" colname="col1"></colspec>
        <colspec colwidth="100pt" colnum="2" colname="col2"></colspec>
        <tbody>
          <row>
            <entry align="left">Row 1 - Column 1</entry>
            <entry align="right">Row 1 - Column 2</entry>
          </row>
          <row>
            <entry align="left">Row 2 - Column 1</entry>
            <entry align="right">Row 2 - Column 2</entry>
          </row>
          <row>
            <entry align="left">Row 3 - Column 1</entry>
            <entry align="right">Row 3 - Column 2</entry>
          </row>
          <row>
            <entry align="left">Row 4 - Column 1</entry>
            <entry align="right">Row 4 - Column 2</entry>
          </row>
          <row>
            <entry>
              <para>
                <table>
                  <tgroup cols="2" colsep="1" rowsep="1">
                    <colspec colwidth="50pt" colnum="1" colname="col1"></colspec>
                    <colspec colwidth="50pt" colnum="2" colname="col2"></colspec>
                    <tbody>
                      <row>
                        <entry align="left">C 1a</entry>
                        <entry align="right">C 1b</entry>
                      </row>
                    </tbody>
                  </tgroup>
                </table>
              </para>
            </entry>
            <entry align="right">Row 5 - Column 2</entry>
          </row>
          <row>
            <entry align="left">Row 6 - Column 1</entry>
            <entry align="right">Row 6 - Column 2</entry>
          </row>
          <row>
            <entry align="left">Row 7 - Column 1</entry>
            <entry align="right">Row 7 - Column 2</entry>
          </row>
        </tbody>
      </tgroup>
    </table>
  </para>
</nested-cals>

Output:

So if it does, I am doing something wrong. If it doesn't, WISH LIST in 4 weeks. See you there.