January 22, 2011
Help
1. The StartsWith function (an XSLT function) is used to test whether a string starts with a given string: <<If(StartsWith(Surname,’van ‘)>><<Title>> <<Surname>> is probably of Dutch descent.<<End()>> <<If(StartsWith(Surname,’van ‘)>><<SetV(‘LastPart’,substring-after(Surname,’van ‘))>><<End()>> In previous versions this command was known as starts-with. Backward compatibility ensures that XpressDox will still recognize this command. 2. EndsWith tests the end of [...]
Tagged as:
contains,
EndsWith,
starts-with,
string-length,
substring,
substring-after,
substring-before
Read the full article →
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 →