We are building an XML file with one field being from a taxonomy term (actually Term Fields module). That data has an ampersand within it ("Application Development & Project Management"). That ampersand is being sent out as &amp which is throwing the recipient for a loop. We could handle just &. Is there a way to stop the second encoding?

Comments

nedjo’s picture

Status: Active » Closed (duplicate)

Duplicate of #603420: XML export mangles <, >, and &. The bug is caused by the change in #494848: CDATA is pointless.