hosain-fouad / dotify

Automatically exported from code.google.com/p/dotify
0 stars 3 forks source link

page-number does not work if the referenced element is not in the same sequence #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

    <sequence master="a">
      <block>
        <page-number ref-id="x" style="default"/>
      </block>
    </sequence>
    <sequence>
      <block id="x">
        ⠤⠤⠤
      </block>
    </sequence>

What is the expected output?

    <section>
      <page>
        <row>⠼⠃</row>
      </page>
    </section>
    <section>
      <page>
        <row>⠤⠤⠤</row>
      </page>
    </section>

What do you see instead? An error.

Original issue reported on code.google.com by bertfrees on 20 Oct 2014 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by joel.hak...@mtm.se on 6 Nov 2014 at 5:49