How work position="item"

Hi,

What is the difference between position "subsequent" and "ibid"? "Subsequent" are all items after the first, and "ibid" just the first after one item?
What is wrong in my code? The "ibid" don't work at all:

..................
<choose>
<if position="subsequent">
<text macro="author-short" suffix=", "/>
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" quotes="true"/>
</else>
</choose>
</if>
<else-if position="ibid">
<text term="ibid" font-style="italic" text-transform="capitalize"/>
</else-if>
<else-if position="first">
<text macro="author-short" suffix=", "/>
..........................

Thank you very much,

Mihai
Sign In or Register to comment.