Hello, I created a model view and labels are not displayed correctly. Here are the contents of my model views-view-field--sitemap--views-data-export--field-image.tpl.php :

<?php

$fields["field_image"]->content = '<image:loc>' . $field->original_value . '</image:loc>';

echo $fields["field_image"]->content;

the result is :
&lt;image:loc&gt;http://www.domaine.com/xxx.jpg&lt;/image:loc&gt;

instead of :
<image:loc>http://www.domaine.com/xxx.jpg</image:loc>

Comments

s1biose created an issue. See original summary.

zenimagine’s picture

Issue summary: View changes
zenimagine’s picture

Issue summary: View changes