Changes between Version 7 and Version 8 of mpdl2.0-design


Ignore:
Timestamp:
Sep 12, 2011, 9:02:30 AM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpdl2.0-design

    v7 v8  
    139139Following HTTP servlets are available:
    140140
    141 === XPath/XQuery ===
     141=== XSL transformation ===
    142142
    143143* !TransformServlet
     
    154154  * Response output:
    155155    * transformed document (HTML, XML, etc.)
    156 
    157 * !RenderServlet
    158   * URL: /mpdl/render
    159   * Request parameters:
    160     * srcUrl
    161       * source URL of XML document
    162     * xslUrl
    163       * URL of XSL document
    164     * parameters (optional)
    165       * list of parameters, e.g. "yourParam1=val1 yourParam2=val2"
    166   * Response output:
    167     * rendered document (PDF)
    168 
    169 * !XPathServlet
    170   * URL: /mpdl/xpath
    171   * Request parameters:
    172     * srcUrl
    173       * source URL of XML document
    174     * xpath
    175       * xpath source code
    176   * Response output:
    177     * XPath result for that document
    178 
    179 * !XQueryServlet
    180   * URL: /mpdl/xquery
    181   * Request parameters:
    182     * srcUrl
    183       * source URL of XML document
    184     * xquery
    185       * xquery source code
    186   * Response output:
    187     * XQuery result for that document
    188156
    189157* !GetFragmentServlet
     
    202170  * Response output:
    203171    * XML fragment
     172
     173=== PDF rendering ===
     174
     175* !RenderServlet
     176  * URL: /mpdl/render
     177  * Request parameters:
     178    * srcUrl
     179      * source URL of XML document
     180    * xslUrl
     181      * URL of XSL document
     182    * parameters (optional)
     183      * list of parameters, e.g. "yourParam1=val1 yourParam2=val2"
     184  * Response output:
     185    * rendered document (PDF)
     186
     187=== XPath/XQuery ===
     188
     189* !XPathServlet
     190  * URL: /mpdl/xpath
     191  * Request parameters:
     192    * srcUrl
     193      * source URL of XML document
     194    * xpath
     195      * xpath source code
     196  * Response output:
     197    * XPath result for that document
     198
     199* !XQueryServlet
     200  * URL: /mpdl/xquery
     201  * Request parameters:
     202    * srcUrl
     203      * source URL of XML document
     204    * xquery
     205      * xquery source code
     206  * Response output:
     207    * XQuery result for that document
    204208
    205209== XML document storage and retrieval ==