xslt.pre-processing.ddi.dereferencing.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
The newest version!
The output folder in which the dereferenced files (one for each main sequence) are generated.
Created on: Aug 8, 2017
Author: nirnfv
Unknown Reference tag
Modify "follow-references" or "ignore references" variable, by adding the unknown reference tag. One or more key is also needed, see other messages.
Missing ID node
Add non empty ID tag to the tag described in the where section
Non-unique ID found with xsl:key
Find the incorrect ID and modify it in the DDI code.
ID not found with xsl:key but found with global search
There is either a problem in the reference node or in the target node (or in both) : the type of object or the reference tag is incorrect in one of the node
xsl:key creation requested
There is no key for this combination of reference and type of object.
It is therefore necessary to create a xsl:key node with the proposed name, match and use (in value node).
Do not forget to update the key-names variable using name, name1 and name2 in value node : it will not work if you do not do it.
Type mismatch
The type of object in the reference node and the tag of the target node does node match.
Non-unique ID found with global search
A key search of the ID was not possible, and a global search of the ID in the document brought more than one match back.
ID not found with xsl:key and global search
A key search then a global search in the document brought no match back.
ID not found with global search
A key search of the ID was not possible, and a global search in the document brought no match back.
Root template
Default template : identity template.
Not to dereference templates.
Template for Reference tags
labels with reference to a tooltip
Default template : identity template.
Template for Reference tags
1
Base template for searched References
2
3
Template to find an id with a global search.
4
5
6
7
8
9
Writing where the message comes from.