Whats Wrong With This?

view: "template", id: "detailWindow", url:"someinfo.xml", datatype:"xml", template:"{obj.tagline}"

Why does this return no data even though the node has information? If I used same in list view it returns data.

Existing version of template, expects to receive XML as

<someTag> <tagline>Data</tagline> </someTag>

Oncoming update ( will be released in next two days), will change behavior. Template will be using the same xml formats as lists, grids, and other components.

My XML is in that format. But I cannot make reference to obj.tagline except in list view.

Check the attached sample.
sample_t.zip (105 KB)