Traduciendo...
XML_BADEXCHAR

Unknown character &xxx;

Fanuc · R-30iA R-30iB Controller

¿Qué significa XML_BADEXCHAR ?

This fault arises when an unrecognized or invalid XML entity reference (e.g., &xxx;) is encountered in the XML file. Valid entity references are either predefined (e.g., <, &) or declared in a DTD/schema, and unknown ones stop parsing.

Causas comunes

  • An XML entity reference (e.g., <) is malformed or uses an unrecognized name.
  • The XML file contains an unknown character encoding reference.
  • A typo in the entity name within the reference.
  • The parser does not recognize the specified character entity.

Pasos de reparación & Lista de verificación

Haga clic en los pasos para seguir su progreso.

  1. 1

    Replace the unknown entity reference with its corresponding character or a valid entity.

  2. 2

    Ensure all entity references in the XML file are properly defined and formatted (e.g., &name;).

  3. 3

    Verify that the entity names used are standard XML entities or custom entities defined elsewhere.

  4. 4

    Correct any typos in the entity names.

  5. 5

    If custom entities are used, ensure their definitions are accessible to the parser.

Ver todos los códigos en este manual (31)
Datos técnicos verificados. Última actualización: March 2026

Fallas relacionadas

Fuente: Fanuc R-30iA R-30iB Controller