keaner13 years agoXquery: More than one matchSo I have the following XML response, where I am trying to retrieve the link from each <Id></Id> tags., and then I will try to request each of those links. -------------------------- <Products xml...Show More
AaronliuFrequent Contributor13 years agoit is because the node of Product are in parallel. so using for expression that would return more than one matchfor $z in //ns1:Product[1]return $z/ns1:Idyou can have a try. but I have not such resource to verify it.thanks,Aaron
Recent DiscussionsReadyApi 3.64.0 parallel executionUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63
Related Content[TechCorner Challenge #7] Change an XPath Match assertion to a JSONPath Match assertionGetting error for xQueryXquery or Xpath with mutiple results