2013-11-21
This tutorial, continuing the set of tutorials focused on XSLT, covers how to set up conditional statements for your transformations. This tutorial, through examples, explains the two conditional branching structures available in XSL: “if” and “choose.” For an additional branching structure using XPath, see: XPath if-then-else