Index
Main Menu
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
October 1, 2009
StartsWith - XpressDox
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.