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

XQuery Update

George Feinberg gmf at maine.rr.com
Mon Sep 10 11:52:04 PDT 2007


  XQuery Update
On Sep 10, 2007, at 10:28 AM, Florian Wendland wrote:

> Thanks, MonetDB sound very good and Xilla also.
>
> But a question concerning Xqilla. I have visited the homepage as a  
> reason of the discussion some day ago. But i didn't found any hint,  
> that Xqilla implements the XQuery Update Facility. In the  
> documenation was Xquery Update not noticed as feature...

The homepage mentions it, but the documentation has not yet been  
modified
to reflect this addition.  It's a relatively small change from an API  
perspective.
If you are using the xqilla command line utility, you need to
pass the (new) -u flag to tell it to parse update expressions

If you are using the C++ API, you need to tell the parser to parse  
update
expressions.  You do this by creating a DynamicContext object using
the XQilla object:
	DynamicContext *context XQilla::createContext()
(see include/xqilla/XQilla.hpp)

Pass XQilla::XQUERY|XQilla::UPDATE as the first argument.  Use
the returned object in your future parse() calls that return the XQQuery
object you use for actual query execution.

Regards,

George



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.