webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  functions not supported in Quip

    Posted Tue January 27, 2004 11:31 AM

    We have some problems making queries in XQuery on Quip. For example we cannot use the positional variable “at” in for cycles…Why? We had had the same problem with fn:data(), fn:text()…and so on…Are there other functions not present in Quip???
    Thank you for your reply


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: functions not supported in Quip

    Posted Tue January 27, 2004 02:42 PM

    Hi,

    QuiP adheres to the XQuery draft published April 2002 which did not contain the ‘at’ clause in for expressions. W.r.t. functions, please refer to the respective F&O draft. As you noticed, QuiP does not implement all of these and, yes, data() is missing. text(), however, is not a function, but a node-test, please refer to the XPath draft for details. A function that converts items to text is string().

    Regards,
    Juliane.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: functions not supported in Quip

    Posted Wed January 28, 2004 02:15 PM

    Hi Juliane, thx for you reply.
    Can you tell us if Quip will be update to the last working draft?

    Regards,

    Paolo


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: functions not supported in Quip

    Posted Tue February 17, 2004 03:28 PM

    Hi Paolo,

    it is very uncertain at the moment whether QuiP will be update to the
    last working draft. If you are looking for a tool implementing a more
    recent state of XQuery you may, of course, try Tamino. Another XQuery
    implementation (not a database though) that slightly resembles QuiP
    and is fairly up-to-date is IPSI-XQ - The XQuery Demonstrator at
    http://www.ipsi.fraunhofer.de/oasys/projects/ipsi-xq/index_e.html.

    Regards,
    Juliane.


    #webMethods
    #Tamino
    #API-Management