Skip to content

feat: support named templates and xsl:call-template#159

Closed
gronke wants to merge 1 commit into
Paligo:mainfrom
no-pictures:named-templates
Closed

feat: support named templates and xsl:call-template#159
gronke wants to merge 1 commit into
Paligo:mainfrom
no-pictures:named-templates

Conversation

@gronke

@gronke gronke commented Jul 19, 2026

Copy link
Copy Markdown

A named template compiles to a function registered under its name. xsl:call-template invokes it, running the template with the caller's context (item, position, size) as XSLT requires.

Parameters — xsl:param on the template and xsl:with-param on the call — report as unsupported.

A named template compiles to a function registered under its name.
xsl:call-template invokes it, running the template with the caller's context (item, position, size) as XSLT requires.

Parameters — xsl:param on the template and xsl:with-param on the call — report as unsupported.
@gronke

gronke commented Jul 19, 2026

Copy link
Copy Markdown
Author

Upon review I've noticed #145 already implements this. Therefore closing.

@gronke gronke closed this Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant