Object Line Out Of Listing

Line number inside <o/> in XMIR cannot be bigger than amount of lines in the listing.

Incorrect:

<object>
  <listing>first line
    second line
    third line</listing>
  <o line="500" name="f"/>
</object>

Correct:

<object>
  <listing>first line
    second line
    third line</listing>
  <o line="2" name="f"/>
</object>

Published on Mon May 26 13:15:51 UTC 2025.