Productive Pathway Signup Documentation Contact Account Login

Documentation for Productive Pathway XSLT transformation service

Use any tool or language to make a request

Examples:

curl -H "Content-Type: application/xml" --data @PurchaseOrder.xml "https://api.productivepathway.com/transform/xslt?xslPath=https%3A%2F%2Fwww.productivepathway.com%2Fsample%2Fhtml.xslt&accessToken=accessTokenValue"

PurchaseOrder.xml is a file with the source XML
https%3A%2F%2Fwww.productivepathway.com%2Fsample%2Fhtml.xslt is the URL encoded path to the XSL file
accessTokenValue is the current access token from Account.

curl -H "Content-Type: application/json" --data @PurchaseOrder.json "https://api.productivepathway.com/transform/xslt?xslPath=https%3A%2F%2Fwww.productivepathway.com%2Fsample%2Fhtml.xslt&sourceType=application/json&accessToken=accessTokenValue"

How can we serve you better?
Please tell us how we can serve you better!

Limitations:
Input: Up to 6 MB
Output: Up to 6 MB
XPath: 1.0