I am theming an xml export.
Unfortunately, square brackets in the various template files are being translated. So...

<title><?php print $output; ?></title>

...becomes

&lt;title&gt;Pause for Thought&lt;/title&gt;

...and does not look like xml, at least it doesn't in Firefox - I don't know if it matters?!

How do I get the output to resemble proper xml brackets?

Comments

andrew smith’s picture

Found a solution:
views_bonus_export.theme.inc
...contains code that converts brackets, ampersands, etc. to html.
- simply delete those lines.

neclimdul’s picture

Issue summary: View changes
Status: Active » Closed (outdated)