Changes between Version 21 and Version 22 of mpdl2.0-design


Ignore:
Timestamp:
Nov 7, 2011, 4:03:42 PM (12 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpdl2.0-design

    v21 v22  
    7777=== XPath/XQuery ===
    7878
    79 * Url: /mpiwg-mpdl-xml-web/xquery/XPath
    80   * Request parameters:
    81     * srcUrl
    82       * source URL of XML document
    83     * xpath
    84       * xpath source code
    85   * Response output:
    86     * XPath result for that document
    87 
    8879* Url: /mpiwg-mpdl-xml-web/xquery/XQuery
    8980  * Request parameters:
    90     * srcUrl
    91       * source URL of XML document
    92     * xquery
    93       * xquery source code
    94   * Response output:
    95     * XQuery result for that document
     81    * inputString or srcUrl (required)
     82      * inputString
     83        * XML string
     84      * srcUrl
     85        * source URL of XML document
     86    * xquery (required)
     87      * XQuery (or XPath) source code which should be executed
     88  * Response output:
     89    * XQuery result
     90
    9691
    9792== Language technology ==