{ // Each record is held in a TR resultListLocator: "tr", // Note that the XPath indexes are 1-based! resultFields: [{key:"beverage", locator:"td[1]"}, {key:"price", locator:"td[2]"}] }
// This schema is dynamically generated { // Each record is held in a TR resultListLocator: "tr", // Note that the XPath indexes are 1-based! resultFields: [{key:"beverage", locator:"td[1]"}, {key:"price", locator:"td[2]"}] }