IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Import functions in Xquery file

    Posted Fri December 19, 2003 07:31 PM

    is it possible to import a file containing XQuery fonctions in a XQuery file? how?


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Import functions in Xquery file

    Posted Mon December 22, 2003 04:58 PM

    XQuery includes an “import module” directive to achieve this. But it is quite a recent addition to the language, and is not yet implemented in many products. (Saxon 7.8, however, provides this feature).

    Michael Kay


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: Import functions in Xquery file

    Posted Mon December 22, 2003 06:12 PM

    From the command line, quip.exe supports (a kind of) include with its “-include file” option. As Mike points out, this necessarily is non-standard, as Quip implements the April 2002 draft (and that with both omissions and additions).


    #API-Management
    #Tamino
    #webMethods