[xquery-talk] prompting the user in xquery

Michael Kay mhk at mhk.me.uk
Fri Jun 16 15:27:47 PDT 2006


You might be able to call an extension function to do this, but since order
of execution is undefined in XQuery it's probably a rather bad idea. Prompt
the user first, from your calling application, then pass the entered data as
a parameter to the query. XQuery is not intended to be a complete
programming language.

Michael Kay
http://www.saxonica.com/  

> -----Original Message-----
> From: talk-bounces at xquery.com 
> [mailto:talk-bounces at xquery.com] On Behalf Of fatma helmy
> Sent: 16 June 2006 14:08
> To: talk at xquery.com
> Subject: [xquery-talk] prompting the user in xquery
> 
> can xquery prompt the user to enter data?
> for example
> let $cnd1:=<data supplied from the user on the terminal>
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection 
> around http://mail.yahoo.com 
> _______________________________________________
> talk at xquery.com
> http://xquery.com/mailman/listinfo/talk



More information about the talk mailing list