Atom with data
In XMIR, atoms must not contain text data.
Incorrect:
<object>
<o name="obj">
A1-B2-C3-D4-E5
<o name="λ"/>
</o>
</object>Correct:
<object>
<o name="obj">
<o name="λ"/>
</o>
</object>Published on Mon May 25 14:35:04 UTC 2026.