The following XML is being returned by an HTTPService with
id="leadsGridData":
<?xml version="1.0" encoding="utf-8"?>
<response>
<leaddata>
<range>12/1/2004 to 12/31/2004</range>
<leads>
<lead>
<quoteid>12345</quoteid>
<date>12/12/2004</date>
<name>Joe</name>
<city>Smith</city>
<state>ca</state>
</lead>
</leads>
</leaddata>
</response>
The dataProvider on the grid is set to:
{leadsGridData.response.leaddata.leads.lead}
If there is only one lead node it won't show up in the dataGrid, if
there are two or more nodes all of the nodes will show in grid.
I am an XML newbie, is there something wrong with the XML?
Thanks for any help,
Adam