pinterest / pinterest-magento2-extension

Apache License 2.0
5 stars 2 forks source link

Escape characters correctly inside XML #15

Closed adarshakb closed 11 months ago

adarshakb commented 11 months ago

Current: If you have characters like " " inside title or description in XML, the XML is malformed.

Expected: Use CDATA to escape output.

adarshakb commented 11 months ago

https://github.com/pinterest/pinterest-magento2-extension/pull/16