M_McDonald
16 years agoSuper Contributor
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:
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.
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.