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
Comment #1
allisterbeharry commentedthis should be resolved in 6.x-1.0-beta1