i've been trying to get the totalRecords into the store to no avail. below is the xml returned by the server. how do i get at the totalRecords property?
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<NewDataSet>
<Table>
<CustomerID>1000000</CustomerID>
<CountryID>188</CountryID>
<FirstName>Counter</FirstName>
<LastName>Walk-in</LastName>
<PassportNum>a</PassportNum>
<email>a</email>
<Cell>a</Cell>
<Addr1>addr1</Addr1>
<Addr2>addr2</Addr2>
</Table>
<Table1>
<totalCount>3</totalCount>
</Table1>
</NewDataSet>