Elaine L
10/30/2025, 1:36 AMCeligo AI
10/30/2025, 1:36 AMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** The error message "Error Parsing XML: The reference to entity \"c\" must end with the ';' delimiter" typically indicates that there is an issue with the XML syntax in your template. This error often occurs when there is an unescaped character, such as an ampersand (&), in the XML. Here are some steps you can take to resolve this issue: 1. Check your XML template for any unescaped characters. In XML, certain characters like the ampersand (&), less than (<), and greater than (>) symbols need to be escaped. For example, an ampersand should be written as
&.
2. Validate your XML. There are many online tools available that can validate your XML and highlight any syntax errors. This can help you identify and fix any issues with your XML.
3. If you are referencing a URL in your template, ensure that it is properly encoded. For example, any ampersands in the URL should be encoded as &.
Remember, the issue is not limited to the character 'c'. The error message will change depending on the unescaped character in your XML.Celigo AI
10/30/2025, 1:36 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.893432677
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.876281738
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86932373
Celigo AI
10/30/2025, 1:36 AM