Module xslt
API
Definitions

ballerina/xslt Ballerina library
2.8.0
Functions
transform
Isolated Function
Transforms the single-rooted XML content to another XML/HTML/plain text using XSL transformations.
xml|error target = xslt:transform(sourceXml, xsl);
Errors
xslt: TransformError
Distinct
Represents an xslt:TransformError
with the message and the cause.
Import
import ballerina/xslt;
Metadata
Released date: 8 days ago
Version: 2.8.0
License: Apache-2.0
Compatibility
Platform: java21
Ballerina version: 2201.11.0
GraalVM compatible: Yes
Pull count
Total: 701
Current verison: 0
Weekly downloads
Keywords
xslt
xml
html
xsl
transformation
Contributors