Bob DuCharme
introduces xsl:if on O'Reilly.
"Most programming languages provide some means of conditional execution, which allows a program to execute an instruction or block of instructions only if a particular condition is true. Many programming languages do this with if statements; the XSLT equivalent is the xsl:if instruction."
(Log in to post comments)