Introduction

IXpathExpression is a built-in expression language similar to the well-known Xpath language.

Use

  • The current usable syntax of IXpathExpression looks like the following :  trkType [ key1 {operator} value1 AND key2 {operator} value2 ...] 

                     eg : Product [ Price <10 AND Quantity== 3 AND Category == Food] 

  • The list of available operators  : 
    •  ==equals 
      >=greater or equal than 
      >greater than 
      <=less or equal 
      <less 
      !=different 
      betweenbetween two number or date values 
      outnot in an array of values 

      the list is a String of values separated with ';' :

      Example : Game [  Name out FIFA;MINECRAFT ]

      inin an array of values

      the list is a String of values separated with ';' :

      Example : Game [  Name in FIFA;MINECRAFT ]

       

       

 

Tags:
    
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian