Module xslt

ballerina/xslt Ballerina library

2.6.0

Overview

This module provides an API to transform XML content to another XML/HTML/plain text format using XSL transformations.

The Extensible Stylesheet Language Transformations (XSLT) is used to obtain alternative XML representations and especially for generating HTML documents. The Ballerina XSLT module support XSLT version 1.0.

The usage of the XSLT API is as follows:

Copy
xml target = check xslt:transform(sourceXml, xsl);

Import

import ballerina/xslt;Copy

Metadata

Released date: 7 months ago

Version: 2.6.0

License: Apache-2.0


Compatibility

Platform: java17

Ballerina version: 2201.8.0

GraalVM compatible: Yes


Pull count

Total: 651

Current verison: 2


Weekly downloads


Source repository


Keywords

xslt

xml

html

xsl

transformation


Contributors

Other versions

See more...