Most programming languages provide some means of conditional execution,which allows a program to execute an instruction or block of instructionsonly if a particular condition is true. Many programming languages do thiswith if statements; the XSLT equivalent is thexsl:if instruction.There’s ultimately only one instruction that can or can’t happen inXSLT based on the boolean value of an xsl:if element’stest expression: nodes get added to the result tree or theydon’t. The addition of nodes to the r
continue >>
Author:
Time:
Sunday, February 10th, 2008 at 4:31 pm
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: