![JAR search and dependency download from the Maven repository](/logo.png)
xslt.transformations.fods2xml.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
This stylesheet is used to transform fods into xml.
Root template :
Only the table:table elements are used.
The table:table element is linked to the 'Root' driver (the root of the generated xml tree).
The table:table-row element (except the first one which contains the column titles), is linked to the 'GenericElement' driver.
The table:table-cell element is linked to the 'DefinedElement' driver.
Except the cells of the first row (column names).
Linking the column name getter function to the xml element name getter function.
Linking the content getter function to the xml element value getter function.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy