pc:then |
Identifies a script section that executes only if a condition specified in the test attribute of a <pc:if> parent object evaluates to true. Syntax
<pc:then> is only legal as the first child element of a <pc:if> element.
Example The element <PrintThis/> is written to standard output in:
See |