Free Tool

XSLT Sandbox

Paste an XML payload and an XSLT stylesheet, see the transformed output instantly. No Workday Studio install, no project setup. Runs entirely in your browser; nothing is uploaded anywhere. Built by Imran Anwar, Principal Workday Integration Consultant, to test transform logic quickly outside a full Studio project.

Source XML
XSLT Stylesheet
Output
Result will appear here.

About this tool

This runs on the browser's built-in XSLTProcessor: the same underlying engine class most desktop browsers ship natively, supporting XSLT 1.0 syntax. It's meant for quick sanity-checks of transform logic (element mapping, conditionals, basic templates) before wiring it into a full Workday Studio integration, not as a replacement for Studio's own XSLT 3.0 streaming support.

Read more on why streaming transforms matter at scale in the FAQ on XSLT 3.0 streaming for large payroll integrations.