XSLT · Example Payload

Xslt Transformation Example

Example of an XSLT transformation request converting XML invoice data to HTML.

Data TransformationStandardW3CXMLXSLTXPath

Xslt Transformation Example is an example object payload from XSLT, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionidstylesheetsourceparametersoutputstatuscreatedcompleted

Example Payload

xslt-transformation-example.json Raw ↑
{
  "description": "Example of an XSLT transformation request converting XML invoice data to HTML.",
  "id": "txn-20260503-001",
  "stylesheet": {
    "uri": "https://example.com/stylesheets/invoice-to-html.xsl",
    "version": "3.0"
  },
  "source": {
    "uri": "https://example.com/data/invoices/INV-2026-001.xml",
    "encoding": "UTF-8"
  },
  "parameters": {
    "companyName": "Acme Corp",
    "includeFooter": "true",
    "locale": "en-US"
  },
  "output": {
    "method": "html",
    "encoding": "UTF-8",
    "indent": true,
    "omitXmlDeclaration": true
  },
  "status": "completed",
  "created": "2026-05-03T10:00:00Z",
  "completed": "2026-05-03T10:00:01Z"
}