1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00
This commit is contained in:
2025-11-22 17:05:41 +01:00
parent d0dd90abce
commit de92c947f5
2 changed files with 4 additions and 1 deletions
@@ -2,6 +2,7 @@
title: "Welcome to the XSLT Playground blog"
description: "What you will find here and how it helps you get more from the online XSLT editor."
date: 2025-02-28T00:00:00Z
---
[XSLT Playground](https://xsltplayground.com) is a browser-first XSLT editor that lets you run transforms with multiple inputs and parameters, see results instantly, and spot performance hotspots without installing anything. This blog gathers the practical pieces you need around it.
+3 -1
View File
@@ -1,7 +1,9 @@
baseURL = "https://blog.xsltplayground.com/"
languageCode = "en-us"
title = "XSLT Playground"
paginate = 10
[pagination]
pagerSize = 10
publishDir = "../docs"
enableRobotsTXT = true