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...
Hi All,
I hope someone could help; I need to query bunch of files in certain collection in certain period of time and generate the result;
1. All files are stored in //Bookkeeping collection
2. XML file Syntax:
<?xml version="1.0" encoding="UTF-8"?>
<bookkeeping date="20050128">
<Cash>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.