List

All commands regarding Repeating Data - XpressDox

All XpressDox commands regarding repeating data   Here is a consolidated list of all XpressDox commands regarding the handling of repeating data. Click on each command for a more detailed article.   ForEach() Repeat data elements and/or text. Repeats can be nested to any number of levels i.e. ForEach’s within...

ForEach: Handling repeating data

The central issue with repeating data is that the number of repeated data elements is not known at the time the template is authored, and so XpressDox offers the ForEach, List and Ordinal commands as a way of processing a variable number of repeated data elements.

List - XpressDox

List repeating data in a comma separated list This is what the «List»() command does and might look like this: The parties are: «List(parties,firstnames surname,!, , and )» In some sample XML data set, suppose we have: <parties> <firstnames>Harry Charles</firstnames> <aka>Charlie</aka> <parties> <firstnames>Juliet Charlene</firstnames> <surname>Jones</surname> <aka>Charley</aka> </parties> <parties> <firstnames>Fred Reggie</firstnames>...
Loading...