Xemelios
Aide à la réalisation de fichiers de configuration
Fichiers persistence
- Champs
- Critères
- Critères de type string: {##OPERATEUR:input##(xem:UpperCase(XPath),"##VALEUR:input##")}
- Critères de type date: {##OPERATEUR:input##(xem:UpperCase(XPath),"##VALEUR:input##")}
- Critère SELECT: {XPath="##VALEUR:select##"}
- Critère de type numeric: {XPath##OPERATEUR:input####VALEUR:input##}
Fichiers persistence
- Critères
- Critères de type string: fn:string-compare(${table}.${column},input)
- Critères de type date: fn:date-compare(${table}.${column},input)
- Critère SELECT: ${table}.${column}='##VALEUR:select##'