Object line out of listing
In XMIR, the
line number inside <o/>
cannot exceed the total
number of lines in the listing.
Incorrect:
object>
<listing>first line
<
second linelisting>
third line</o line="500" name="f"/>
<object> </
Correct:
object>
<listing>first line
<
second linelisting>
third line</o line="2" name="f"/>
<object> </
Published on Fri Sep 12 07:14:00 UTC 2025.