Changes between Version 16 and Version 17 of mpdl2.0-design


Ignore:
Timestamp:
Oct 14, 2011, 11:46:21 AM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpdl2.0-design

    v16 v17  
    230230
    231231* Url: /mpiwg-mpdl-lt-web/text/Normalize
    232   * Request parameters:
    233     * srcUrl
    234       * source URL of XML fragment/document
    235     * method
    236       * method of normalization (e.g. "reg", "norm", "reg norm")
    237     * type
    238       * type of normalization (e.g. "display", "dictionary", "search")
    239   * Response output:
    240     * normalized XML fragment/document
     232  * Request parameters
     233    * srcUrl or inputString (required)
     234      * source URL of XML document or string
     235    * language (optional)
     236      * ISO 639-3 specifier
     237      * default: "eng"
     238    * method (optional)
     239      * "norm"
     240      * "reg"
     241      * "reg norm"
     242      * default: "norm"
     243    * type (optional)
     244      * "dictionary"
     245      * "display"
     246      * "search"
     247      * default: "dictionary"
     248  * Response output
     249    * normalized string or XML document
    241250
    242251* Url: /mpiwg-mpdl-lt-web/text/Transcode
    243   * URL: /mpdl/transcode
    244   * Request parameters:
    245     * text
    246       * text to be transcoded (string)
    247     * srcEncoding
    248       * source encoding (e.g. "betacode", "buckwalter", "unicode")
    249     * destEncoding
    250       * destination encoding (e.g. "betacode", "buckwalter", "unicode")
    251   * Response output:
    252     * transcoded text
     252  * Request parameters
     253    * inputString (required)
     254      * string which should be transcoded
     255    * srcEncoding (required)
     256      * "betacode"
     257      * "buckwalter"
     258      * "unicode"
     259    * destEncoding (optional)
     260      * "betacode"
     261      * "buckwalter"
     262      * "unicode"
     263      * default: "unicode"
     264  * Response output
     265    * transcoded string
    253266
    254267== CMS technology ==