XSLT
XSLT, is a domain-specific declarative programming language that transforms text into text. Wikipedia
Created Year: 1999Developed by: World Wide Web Consortium
Aliases: XSL Transformations, Extensible Stylesheet Language Transformations
File extensions: xsl, xslt
Wikidata: Q32110
Programming paradigms: declarative programming
Language types: declarative programming language • XML transformation language
Hello World in XSLT
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:text>Hello World</xsl:text>
</xsl:template>
</xsl:stylesheet>
Source: github.com/leachim6/hello-world
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2026-07-31