Home > Contents >
Alpha TOC   |    Annotated TOC 

 

notEquals

Ignores the inner content of the XML node if the given variable does not match the given value.

Syntax

<notEquals
       name="parameter name"
       value="compared value"        
      />

Attributes

Name
Type
Required?
Default value
Description
name
string
No default value.
Parameter name.
value
string
No default value.
The value to compare to the parameter's value.

Children

  • <equals>
  • <notNull>

    Parents

  • <equals>
  • <notNull>
  • <query>
  • <where>

    Example

    <notEquals name="myparam" value="somevalue">print this text</notEquals>
    
    
    
    
      Home > Contents >

    Oracle WebCenter Sites 11gR1 | Analytics Tag Reference
    Copyright 2012 by Oracle Corporation
    All rights reserved.