@line is absent
In XMIR, each
<o/> element with a @base attribute must
also have a @line attribute.
Incorrect:
<object>
<o>
<o name="bar" base="foo"/>
</o>
</object>Correct:
<object>
<o>
<o name="bar" base="foo" line="1"/>
</o>
</object>Published on Fri Oct 10 22:54:11 UTC 2025.