Module xslt

ballerina/xslt Ballerina library

2.3.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: about 1 year ago

Version: 2.3.0

License: Apache-2.0


Compatibility

Platform: java11

Ballerina version: 2201.3.0

GraalVM compatible: Yes


Stats

Pull count: 6


Source repository


Keywords

xslt
xml
html
xsl
transformation

Contributors

Other versions

See more...