Hello,
I have an XQuery statment that is trying to find where a certain tag is empty, however I never find any nodes meeting my criteria even though I know there is at least one out there.
My query is:
for $rpt in input()/rptdocument/rptinfo where $rpt/seriescode=‘’ return {$rpt/seriescode}
When I use the _xql sytax in the browser the seriescode = ‘’ does return my node. What is the proper syntax in xquery to find an empty element? Thanks.
Heather
#webMethods#Tamino#API-Management