Hi..!

 How can we invoke an xqy file with external variable from CQ.

for example test.xqy has the following query

xquery version  "1.0";

declare  variable $count  as xs:integer

for $i in 1 to $count
return $i


Thanks
Pradeep Maddireddy
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to