ERROR | missing required version number in XML declaration |
CAUSE | An XML declaration was missing the required version#. |
ACTION | Always provide a version#, which must come first in the declaration. XML is case sensitive, so only version (not Version, and so on) is valid. |