From cf56572d52c63e95f4aa88277ab6eb54c1907629 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Mon, 25 Nov 2024 16:29:58 +0530 Subject: [PATCH] Make README.md as the default package documentation --- ballerina/Package.md | 19 ------------------- ballerina/{Module.md => README.md} | 0 2 files changed, 19 deletions(-) delete mode 100644 ballerina/Package.md rename ballerina/{Module.md => README.md} (100%) diff --git a/ballerina/Package.md b/ballerina/Package.md deleted file mode 100644 index ece1a2f..0000000 --- a/ballerina/Package.md +++ /dev/null @@ -1,19 +0,0 @@ -## Package overview -This package 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: - -```ballerina -xml target = check xslt:transform(sourceXml, xsl); -``` - -## Report issues - -To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository. - -## Useful links - -- Chat live with us via our Discord server. -- Post all technical questions on Stack Overflow with the #ballerina tag. diff --git a/ballerina/Module.md b/ballerina/README.md similarity index 100% rename from ballerina/Module.md rename to ballerina/README.md