Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an information item for let bindings #8

Open
dmj opened this issue Jan 8, 2019 · 0 comments
Open

Provide an information item for let bindings #8

dmj opened this issue Jan 8, 2019 · 0 comments

Comments

@dmj
Copy link
Member

dmj commented Jan 8, 2019

Expressions (e.g. rule context expression, assertion test expression etc.) may contain variables. SVRL should provide means to include the active variable bindings.

It is of course already possible to expand the variable names in the respective SVRL attributes. E.g. replace $foo with the effective value of the variable. But in XSLT this is only possible with string-manipulation and one looses type information.

The information item should provide information about:

  • the name of the variable
  • the value of the variable
  • the type of the value
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

No branches or pull requests

1 participant