mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-15 09:33:15 +00:00
b9d58ff7e0
- 19 reference pages under /xslt/functions/ covering: xsl:value-of, xsl:for-each, xsl:for-each-group, xsl:function, xsl:iterate, last(), position(), count(), concat(), contains(), substring(), sum(), key(), current(), string-join(), tokenize(), matches(), replace(), format-date() - Each page: description, parameters table, return value, 2 runnable examples (input XML + stylesheet + output), notes, cross-links - New Hugo section with reference-specific layout (version badges, syntax block, "Try in Playground" CTA, parameters table styles) - Menu entry "Reference" → /xslt/functions/ - CSS: .ref-badge, .ref-syntax, .ref-index-list, .ref-try + table styles Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
47 lines
1.0 KiB
TOML
47 lines
1.0 KiB
TOML
baseURL = "https://blog.xsltplayground.com/"
|
|
languageCode = "en-us"
|
|
title = "XSLT Playground"
|
|
|
|
enableRobotsTXT = true
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[params]
|
|
subtitle = "Online XSLT editor built for real-world transformations."
|
|
lead = "Run and debug XSLT online with multi-parameter inputs, timing hints, and fast feedback. This site hosts release notes, guides, and deployment options for XSLT Playground."
|
|
|
|
[params.adsense]
|
|
# Prefer setting ADSENSE_CLIENT and ADSENSE_INARTICLE_SLOT env vars when building if you don't want the values committed.
|
|
client = "ca-pub-1549720748100858"
|
|
inArticleSlot = ""
|
|
|
|
[params.ethicalads]
|
|
publisher = "xsltplaygroundcom"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Reference"
|
|
url = "/xslt/functions/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "Charts"
|
|
url = "https://alexandrev.github.io/xslt-lab/index.yaml"
|
|
weight = 4
|