Xml file syntax error: error on line 2054 at column 26: EntityRef: expecting ';'
Xml file syntax error: error on line 2054 at column 26: EntityRef: expecting ';'
This page contains the following errors:
error on line 2054 at column 26: EntityRef: expecting ';'
Below is a rendering of the page up to the first error.
The error occurs if the xml object value contains forbidden xml characters, for example:
<param >example & test</param>
In this case, the & symbol is used. To avoid the error, it is enough to use htmlspecialchars, for example: