This was caused by trying to use "limestone deposit" as the XML node name. "limestone" was used as the node name, and "deposit" was used as an empty attribute.
The solution was to have all item nodes named "item" and add item_ID="limestone deposit" as an attribute.
This was caused by trying to use "limestone deposit" as the XML node name. "limestone" was used as the node name, and "deposit" was used as an empty attribute.
The solution was to have all item nodes named "item" and add
item_ID="limestone deposit"
as an attribute.