[error] Unexpected Exception: Error: A element could not be loaded, or was empty..
i am using Selenium IDE with Sel Blocks add-ons i need to perform data driven process to upload multiple record in my database. i am created xml file
<testdata>
<vars
Field_0="Aaa"
Field_1="abcd"
Field_2="delhi"
/>
<vars
Field_0="Aaa"
Field_1="abcd"
Field_2="delhi"
/>
</testdata>
and I am stored in d:/data1.xml
and in Selenium IDE I am write this row
<tr>
<td>forXml</td>
<td>file://D:/data1.xml</td>
<td></td>
and my testcase. if i am running this section test suite i get this error msg