@line Is Absent

In XMIR, each <o/> with it’s @base, must have @line attribute as well.

Incorrect:

<object>
  <o>
    <o name="bar" base="foo"/>
  </o>
</object>

Correct:

<object>
  <o>
    <o name="bar" base="foo" line="1"/>
  </o>
</object>

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