October 14, 2009
User Reference
XpressDox uses XSLT technology to insert data elements into Merge Fields. This means that a vast amount of functionality is available to the experienced user, especially the XSLT functions, which are used to format data. XpressDox functions and XSLT functions can be mixed in one Merge Field
Tagged as:
contains,
Count,
Last(),
Position(),
round,
starts-with,
string-length,
substring,
substring-after,
substring-before,
sum,
XSLT
Read the full article →
October 1, 2009
User Reference
Count This command can be used in the context of a <<ForEach()>> command to return the number of repeated items. <<ForEach(Child)>> <<Child_Name>> <<End()>> Number of children: <<count(Child)>> Conditions may be added to the <<Count>> command, as illustrated below: <<ForEach(Child)>> <<Child_Name>>, (Age <<Age>>) <<End()>> Number of children 12 years or older: <<Count(Child[Age >= 12])>>
Tagged as:
Count,
ForEach
Read the full article →