Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • T toolcompendium
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IAM CMS
  • toolcompendium
  • Merge requests
  • !6

Implement functionality for <param-ref>

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philipp Zschumme requested to merge param-ref into master Apr 01, 2022
  • Overview 0
  • Commits 5
  • Pipelines 4
  • Changes 2

For occurrances of <param-ref name="[struct-ref-name]">, the XSLT will find and apply the corresponding <struct-ref> with the name [struct-ref-name], and add it as a parameter. The javascript filter mechanism must be adapted because this introduces a new level of nested collapsible elements.

  • <param-ref> is only processed inside of <program> and <struct-ref> tags, because it is an alternative to the <param> tag.

  • Using the attribute as-param="[custom name]" we can specify the name of the parameter independently from the <struct-ref>s name (which is only used to identify the corresponding <struct-ref> definition).

Edited Apr 01, 2022 by Philipp Zschumme
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: param-ref