|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Using Sum and CountWei, Alice J. ajwei at indiana.eduTue Jan 15 17:57:51 PST 2008
Hi, XQueriers: I have an XML here as follows: <project> <projection><!--More Markup--></projection> <projection><!--More Markup--></projection> <!--More markup--> </project> My XQuery: declare boundary-space preserve; for $project in doc("http://chausie.slis.indiana.edu:8080/exist/rest//db/resume/resume.xml"), $head in $project//projection return <statistics>sum({count($head)})</statistics> I intend to get the result of how many items in <projection>, but when I execute it, it only gives me lots and lots of <statistics>sum(1)</statistics> until the document is finished. Can any expert out there help me out and tell me what is the matter with my code? Thanks to those who can help. Alice. ====================================================== Alice Wei MIS 2008 School of Library and Information Science Indiana University Bloomington http://x-query.com/mailman/listinfo/talk
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






