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