Module xslt

ballerina/xslt Ballerina library

2.0.1

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 usage of the XSLT API is as follows:

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

Import

import ballerina/xslt;Copy

Metadata

Released date: over 2 years ago

Version: 2.0.1

License: Apache-2.0


Compatibility

Platform: java11

Ballerina version: slbeta4

GraalVM compatible: Yes


Pull count

Total: 651

Current verison: 4


Weekly downloads


Source repository


Keywords

xslt

xml

html

xsl

transformation


Contributors

Other versions

See more...