Count

Using XSLT functions

October 14, 2009 User Reference
Thumbnail image for Using XSLT functions

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

Read the full article →

The Count Function

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])>>

Read the full article →