xslt.outputs.xsl.models.xsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eno-core Show documentation
Show all versions of eno-core Show documentation
Eno is a tool that generates survey questionnaires starting from their formal description in DDI
An xslt stylesheet who transforms an input into XSL through generic driver templates.
The real input is mapped with the drivers.
The generated XSL follows some Eno patterns.
The default element to match :
it creates the root of an xslt stylesheet.
A driver to generate an Eno xsl template.
Calls a function to get the xpath to match.
Calls a function to get the driver to launch, linked to the xpath.
A driver to link a function (on the output side) to another one (on the input side).
Calls a function that gets the name of the function.
Calls a function to get the value of the linked function (input side).
Calls a function to get the parameters of the function.
$context
,$
A driver to generate something for the output function (returns empty text value) when there is no input function linked to it.
An implementation of a source function.
A function defined for the source
A template used to get children
Calls a function that gets the xpath to match (parent).
Calls a function that gets the xpath returned (children).
A template to write oXygen documentation elements with their content.
Calls a function to get the documentation content.