Nic Miloslav
Example 20***
xsl:if instruction enables conditional processing. Stylesheet 1 demonstrates a typical case of xsl:for-each usage, adding a text between individual entries. Very often you do not want to add text after the last element. xsl-if construct comes handy here. (Stylesheet 2)