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 DiscussionsHow does your organization prioritize quality in the SDLC?R-API 3.59.0 shows test case passed although there are failed test stepsAbstractTestRunner error
Related ContentGetting error for xQuery[TechCorner Challenge #7] Change an XPath Match assertion to a JSONPath Match assertionXquery or Xpath with mutiple results