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 DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentGetting error for xQuery[TechCorner Challenge #7] Change an XPath Match assertion to a JSONPath Match assertionXquery or Xpath with mutiple results