xslt
Module xslt
API
Definitions
function transform(xml input, xml xsl, map<string|decimal> params) returns xml|error
Transforms the single-rooted XML content to another XML/HTML/plain text using XSL transformations.
Copyxml|error target = xslt:transform(sourceXml, xsl);
xml|error target = xslt:transform(sourceXml, xsl);
error
XML
Represents an xslt:TransformError with the message and the cause.
xslt:TransformError
Import
import ballerina/xslt;
Other versions
2.8.0
Metadata
Released date: 11 months ago
Version: 2.8.0
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.11.0-20241209-162400-0c015833
GraalVM compatible: Yes
Pull count
Total: 0
Current verison: 0
Weekly downloads
Source repository
Keywords
xml
html
xsl
transformation
Contributors