if-named-password


<if-named-password> performs a test on a named password from the driver. The type of test performed depends on the operator specified by the op attribute. The following table shows the type of test performed by each operator.

operator Returns true when...

available

there is password with the specified name available

not-available

available would return false.

Example

<if-named-password name="extraPassword" op="available"/>

1. Allowed Content

EMPTY

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
name CDATA
name of the password
supports variable expansion
#REQUIRED
notrace true   |  false
false
op available   |  not-available
test operator
#REQUIRED

3. Content Declaration

Empty

4. Parent Elements

and
  logical conjunction
or
  logical disjunction

Top Elements || All Elements || Tree


DirXMLScript DTD