This is a great module!

views-views-xml-style-raw.tpl.php generates XML elements that are missing a / in their closing tags (<node> instead of </node>). Lines 35, 42 and 44 are missing a / character. See modified code below.

$xml .= " </$label>\n";
$xml .= ($options['element_output'] == 'nested') ? " </$base>\n": "/>\n";
$xml .= "</$root>\n";

Comments

allisterbeharry’s picture

Assigned: Unassigned » allisterbeharry
Status: Active » Fixed

this should be resolved in 6.x-1.0-beta1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.