I need XML export which is looking promising, but I have two issues:

1. All the < > characters are being rendered as &lt; &gt;
2. Input filters enabled for the nodes are being applied for the XML export - eg an endash is expressed as &amp;#8211;

How can I get the content to output as plain UTF8 text?

CommentFileSizeAuthor
#5 views_bonus-1063248-5.patch730 bytesdanepowell

Comments

Captain Nemo’s picture

Issue tags: +xml character encoding

My noob self also needs info here; please let us know how to do this or where to look for data.

Thanks.

adam_b’s picture

bounce... anybody?

ben.bunk’s picture

You might be looking for htmlspecialchars_decode()
http://us2.php.net/manual/en/function.htmlspecialchars-decode.php

danepowell’s picture

Probably need to hack template_preprocess_views_bonus_export_xml() in export/views_bonus_export.theme.inc

danepowell’s picture

StatusFileSize
new730 bytes

Here's a total hack based on #4.

adam_b’s picture

I eventually did this with a patched version of Views Data Export - see #1446102: Exporting fields that already output valid xml encoded content

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)
Issue tags: -xml character encoding

I am closing this issue, since Drupal 6.x is now not supported.