tarsolutiontools

XSLT 3.0, with room to see the result.

01 Input

Processed on demand. Never saved.

02 Output

⌘

A little clarity awaits.

Start with a sample or add your own input.
Your result will appear here.

Ready when you areJSON API · no cache
A CLOSER LOOK

The details behind
the result.

Understand the format, the calculation, and what to look for.

What it does

Apply XSLT 1.0, 2.0 or 3.0 stylesheets with SaxonC HE.

Example

avg(readings/value) computes the mean; templates can emit XML, HTML, JSON or text.

Isolation

External protocols, entities, environment variables and extension functions are disabled. Supporting stylesheets are expanded only from the supplied bundle; runtime document access is disabled. Streaming and schema-aware transformations require a separate licensed engine.

Inputs explained

XSLT profile
XSLT profile
XML input
Well-formed XML. DTDs and external entities are disabled.
XSLT stylesheet
Saxon HE. Network and filesystem access are blocked.
Supporting stylesheets
Array of {"uri":"common.xsl","content":"<xsl:stylesheet .../>"}. xsl:include only; imports are not supported.
Initial template
Initial template
Initial mode
Initial mode
Parameters
Object: {"name":{"type":"string","value":"Alice"}}. Types: string, boolean, integer, double.