Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2010 at 21:42 UTC
Updated:
23 Jun 2010 at 21:00 UTC
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