pc:if-not-then |
Subjects a script section to the reverse of a condition. If the condition is NOT met, the section is executed, otherwise it is not. Syntax The required test evaluates to a boolean. Only if it evaluates to false() according to the rules of the xslutil:test() Blend function is conditional-content processed.
Examples The element <PrintThis/> is written to standard output in:
The element <PrintThis/> is NOT written to standard output in:
See also |