1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00
Files
xslt-lab/docs/posts/welcome-to-xslt-lab/index.html
T
2026-01-14 22:52:35 +01:00

57 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to the XSLT Playground blog | XSLT Playground</title>
<meta name="description" content="What you will find here and how it helps you get more from the online XSLT editor.">
<link rel="stylesheet" href="https://blog.xsltplayground.com/css/main.css">
</head>
<body>
<header class="site-header">
<div class="container header-grid">
<div>
<a class="brand" href="https://blog.xsltplayground.com/">XSLT Playground</a>
<p class="tagline">Online XSLT editor built for real-world transformations.</p>
</div>
<nav>
<ul class="nav">
<li><a href="https://blog.xsltplayground.com/">Home</a></li>
<li><a href="https://blog.xsltplayground.com/posts/">Posts</a></li>
<li><a href="https://blog.xsltplayground.com/about/">About</a></li>
<li><a href="https://blog.xsltplayground.com/index.yaml">Charts</a></li>
</ul>
</nav>
</div>
</header>
<main class="container">
<section class="page-header">
<p class="eyebrow">Posts</p>
<h1>Welcome to the XSLT Playground blog</h1>
<p class="muted">28 Feb 2025</p>
<p class="lead">What you will find here and how it helps you get more from the online XSLT editor.</p>
</section>
<article class="post">
<div class="content">
<p><a href="https://xsltplayground.com">XSLT Playground</a> 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.</p>
<p>What you will find here:</p>
<ul>
<li>Product updates and release notes for the playground.</li>
<li>XSLT debugging recipes tailored to multi-parameter, real-world scenarios.</li>
<li>Deployment notes, including the Helm chart and self-hosting guidance.</li>
</ul>
<p>If you want to try it now, head straight to <a href="https://xsltplayground.com">xsltplayground.com</a>. If you want to contribute content, edit the Markdown in <code>site/content/</code> and rebuild the site with <code>hugo --source site --minify</code> to publish to <code>docs/</code>.</p>
</div>
</article>
<p class="back-link"><a href="https://blog.xsltplayground.com/posts/">← Back to posts</a></p>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<p>Built with Hugo · 2025-11-22</p>
<p class="muted">Repo: <a href="https://github.com/alexandrev/xslt-lab">alexandrev/xslt-lab</a></p>
</div>
</footer>
</body>
</html>