Meta Line Out Of Listing
Line number inside <meta/>
in XMIR
cannot be bigger than amount of lines in the listing.
Incorrect:
object>
<listing>first line
<
second linelisting>
third line</metas>
<meta line="500">
<head>hello</head>
<tail/>
<meta>
</metas>
</object> </
Correct:
object>
<listing>first line
<
second linelisting>
third line</metas>
<meta line="2">
<head>hello</head>
<tail/>
<meta>
</metas>
</object> </
Published on Mon May 26 13:15:51 UTC 2025.