Traduciendo...
XML_COMMENT
Error in comment
Fanuc · R-30iA R-30iB Controller
¿Qué significa XML_COMMENT ?
This error indicates that there is a syntax problem within an XML comment block in the file. XML comments must start with <!-- and end with --> and cannot contain the sequence -- within the comment text itself.
Causas comunes
- An XML comment block does not start with '<!--' or end with '-->'.
- Syntax errors within the content of an XML comment.
- Incomplete or malformed comment delimiters.
- The parser interprets comment syntax as actual XML data.
Pasos de reparación & Lista de verificación
Haga clic en los pasos para seguir su progreso.
- 1
Ensure all XML comments are correctly delimited by '<!--' and '-->'.
- 2
Verify there are no syntax errors within the comment content itself.
- 3
Remove any stray characters before '<!--' or after '-->'.
- 4
Check for nested comments, which are generally not allowed in standard XML.
- 5
Ensure the comment delimiters are placed on the same line or appropriately structured.
Datos técnicos verificados. Última actualización: March 2026
Fallas relacionadas
Fuente: Fanuc R-30iA R-30iB Controller