Changes between Version 69 and Version 70 of S3/S3XML


Ignore:
Timestamp:
07/13/12 06:46:44 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v69 v70  
    1313Interfaces which want to exchange data with S3XML interfaces must implement the following:
    1414
    15   - an HTTP client which can perform GET and POST requests
    16   - the native S3XML data format
     15 - an HTTP client which can perform GET and POST requests
     16
     17 - an XML, JSON or CSV format which can be transformed into the native S3XML data format
    1718
    1819''Note:''
    1920
    20   - Where the target interface has built-in support for data format conversion/transformation (as in S3), it is sufficient if the client implements an S3XML-compatible data format (XML, JSON or CSV).
    21   - S3 comes with a number of built-in transformation stylesheets for some standard data formats. Where other formats shall be used, clients can also provide their own XSLT transformation stylesheets.
     21 - S3 comes with a number of built-in transformation stylesheets for some standard data formats. Where other formats shall be used, clients can also provide their own XSLT transformation stylesheets.
    2222
    2323=== Servers ===