diff --git a/backend/src/langs.ts b/backend/src/langs.ts index c146b50..8869578 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -2996,6 +2996,25 @@ main: message: .string "Hello, world!\\n" `, + }, + xslt: { + aliases: ["xsltproc", "xsl"], + name: "XSLT", + main: "main.xsl", + compile: "xsltproc main.xsl -o main", + run: "cat main", + template: ` +
+ + + + + + Hello, world! +
+` }, yaml: { aliases: ["yml"], diff --git a/scripts/docker-install-phase3d.bash b/scripts/docker-install-phase3d.bash index 376269a..b1e08a1 100755 --- a/scripts/docker-install-phase3d.bash +++ b/scripts/docker-install-phase3d.bash @@ -81,6 +81,9 @@ python3.7 # x86 clang +# XSLT +xsltproc + # YAML jq