Hi,

I am retrieving the values of several elements and would like to know
whether there is a performance difference between
* calling cts:element-values((xs:QName("a"), xs:QName("b")))
* and calling cts:element-values(xs:QName("a")) and
cts:element-values(xs:QName("b")) separately and manually merging the
values.

Why do I want to do it manually? Actually I will not only use
cts:element-values but also cts:element-attribute-values. I will have a
dynamic list of element names and element+attribute names and want to
retrieve all their values and frequencies.

Regards,
Andreas


-- 
Andreas Hubmer
IT Consultant

Email: [email protected]
Web: http://www.ebcont.com

OUR TEAM IS YOUR SUCCESS

UID-Nr. ATU68135644
HG St.Pölten - FN 399978 d
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to