mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
74 lines
3.0 KiB
HTML
74 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>XSLT Playground</title>
|
|
<meta name="description" content="Run and debug XSLT online with multi-parameter inputs, timing, and a lightweight UX.">
|
|
<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="hero">
|
|
<p class="eyebrow">Online XSLT Editor</p>
|
|
<h1>XSLT Playground</h1>
|
|
<p class="lead">Run and debug XSLT online with multi-parameter inputs, timing, and a lightweight UX.</p>
|
|
<div class="cta-row">
|
|
<a class="button" href="https://xsltplayground.com">Open the playground</a>
|
|
<a class="button ghost" href="https://blog.xsltplayground.com/posts/">Read updates</a>
|
|
<a class="button ghost" href="https://blog.xsltplayground.com/index.yaml">Helm chart index</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="grid">
|
|
<article class="card">
|
|
<p class="eyebrow">How the playground helps</p>
|
|
<h2>Built for real XSLT work</h2>
|
|
<p>Run XSLT online with multiple inputs and parameters, see results as you type, and get timing hints to spot regressions before they hit production.</p>
|
|
<ul class="checks">
|
|
<li>Multi-parameter transforms</li>
|
|
<li>Live execution and inline output</li>
|
|
<li>Timing to guide optimization</li>
|
|
</ul>
|
|
</article>
|
|
<article class="card">
|
|
<p class="eyebrow">Latest posts</p>
|
|
<h2>Recent updates</h2>
|
|
<ul class="post-list">
|
|
<li>
|
|
<a href="https://blog.xsltplayground.com/posts/why-xslt-playground-online-editor/">Why I built an XSLT online editor for real-world work</a>
|
|
<span class="muted">22 Nov 2025</span>
|
|
</li>
|
|
<li>
|
|
<a href="https://blog.xsltplayground.com/posts/welcome-to-xslt-lab/">Welcome to the XSLT Playground blog</a>
|
|
<span class="muted">28 Feb 2025</span>
|
|
</li>
|
|
</ul>
|
|
</article>
|
|
</section>
|
|
</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>
|