@pos Without @line

In XMIR, each <o/> that has @pos attribute, must have @line attribute as well.

Incorrect:

<object>
  <o pos="3" name="foo"/>
</object>

Correct:

<object>
  <o line="2" pos="3" name="foo"/>
</object>

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