Forum Discussion

M_McDonald's avatar
M_McDonald
Super Contributor
16 years ago

Using an XML DataSource

Hi -

This is similar to an issue that was raised in the Community board. I can't seem to get multiple rows using an XML DataSource. Given this XML:

<html>
<head>
<title>Test</title>
</head>
<body>
<table>
<tr><td>One</td></tr>
<tr><td>Two</td></tr>
<tr><td>Three</td></tr>
<tr><td>Four</td></tr>
</table>
</body>
</html>


How would I configure a DataSource to return the values of the elements in a Property?

I have attached an exported  test case that I think should work according to the user guide.

I am using 3.5.1 daily-2010-05-12-[1] build.

1 Reply

  • M_McDonald's avatar
    M_McDonald
    Super Contributor
    OK, I figured this out. I had to include the in the Row XPath and just have the in the Column Xpaths section.