Hi All,
This is XQuery/XPath question and I spent a lots of time searching the web - and could not figure it out;
My query:
let $m := //bookkeeping[@date[contains(.,'200503')]]//record/@billed
return
$m
returns proper results; However, results includes both numbers and empty tags...