I am trying to parse an XML file whcih contains some special characters like \"&\" using DOM parser. I am getting the saxparse exception \"the reference to entity must e
It will work if you use below command before publishing.
please put your xml file name in below command
sed -i "s/&/;/g" *.xml