@line is absent
In XMIR, each
<o/> element must also have a @line
attribute.
Incorrect:
<object>
<o>
<o name="bar"/>
</o>
</object>Correct:
<object>
<o line="1">
<o name="bar" line="1"/>
</o>
</object>Published on Wed Aug 26 07:19:14 UTC 2026.