[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

filling in an xquery

David Sinclair dsinclair at teleflex.com
Mon Sep 27 18:13:53 PDT 2004


jbyte sourceforge
Hi,

I have found myself writing xqueries that need parts to vary dynamically 
at runtime based on user input.    For example, I might want to use an 
xquery to drive a user defined search of a library for all the books 
containing a certain author, where the user types in this surname in a 
search field.

The approach I have been taking is to write the xquery, and then where I 
want it to vary putting a JByte tag (see 
http://javaby.sourceforge.net/).  So something like this:

    for $book in input()/books
    where $book/author/surname = {v:surname}
        .. format the output I want ...

And then getting JByte to fill in the {v:surname} (and any other 
variable bits) for me.  This works,  but I think I would be more 
comfortable with it if the xquery syntax and the JByte syntax were not 
so easy to confuse.  This must be quite a common nut, and was just 
wondering if anyone had come up with a good way of cracking it?

David Sinclair.


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.