Fanuc · R-30iA R-30iB Controller
This error indicates that an XML tag contains characters that are not allowed by XML naming conventions. XML tags must adhere to a strict set of character rules to be considered valid and parsable.
Click steps to track your progress.
Remove invalid characters from the XML tag name in the configuration file.
Replace invalid characters with permitted ones (e.g., underscore for space).
Ensure XML tag names start with a letter or underscore and contain only letters, digits, hyphens, underscores, and periods.
Review the specific XML element definition causing the error.
Validate the XML file against a formal XML schema if one is provided.