N1 Service Provisioning System 4.1 Reference Guide

istrue Boolean Operator

A boolean operator used to determine if a particular value is true. It contains a single attribute "value" and has no child elements. It evaluates to true if and only if the value of the "value" attribute case-insensitive equals "true".

istrue Boolean Operator Attributes

Name 

Type 

Required 

Configurable 

Description 

value 

string 

Yes 

Yes 

The value to compare against "true".  

istrue Boolean Operator Examples

Element 

Result 

<istrue value="True"/> 

true 

<istrue value="yes"/> 

false 

<istrue value=":[var]"/> 

true if the value of var is true