1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-15 09:33:15 +00:00

feat(blog): XSLT/XPath function reference section (Phase 2)

- 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>
This commit is contained in:
alexandrev-tibco
2026-04-18 14:38:55 +02:00
parent c31e3b27f8
commit b9d58ff7e0
26 changed files with 2414 additions and 0 deletions
+5
View File
@@ -35,6 +35,11 @@ publisher = "xsltplaygroundcom"
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"