Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
my xml file is:<?xml version="1.0" encoding="ISO-8859-1"?>----------------------------------------my query is:let $s := document(“data/me_is1.xml”)/project/supplier return {$s/part}------------------------------------the result is:---------------------------why only returned. i hope all the “part” should be returned.anyone can help? thank you
Yep, this is a bug, all parts should be returned. Please try with for instead of let.Regards,Juliane.