If a field (e.g. XP_Title) value contains a character which is special in xml (e.g. "Joe & Jim" or "Haha :>"), the result might be invalid/unparsable xml. Such characters should be escaped according to XML rules. (E.g. <XP_Title>Joe & Jim</XP_Title> or <XP_Title>Haha :></XP_Title>.)
Reproable w version 0.6.19.
This is fixed in commit c62b9a73. Thanks for reporting it!