Which Special characters need to be escaped in package.xml in Salesforce ANT deployment?

Which Special characters need to be escaped in package.xml in Salesforce ANT deployment?

Special characters need to be escaped in package.xml in Salesforce ANT deployment to avoid errors and exceptions.

So, please escape the following special characters.

1. & – ampersand(&)
2. &lt; – less than symbol( < )
3. &gt; – greater than symbol( > )
4. &quot; – quote
5. &apos; – apostrophe

Leave a Reply