defaultValue

Allows a default value to be specified for the Condition
	Expression. This default value is expressed as an xsd:string. To acquire an
	xsd:boolean, an XSLT constant boolean function of TRUE or FALSE may be
used.

Attribute Information

Used By

Source

<xsd:attribute name="defaultValue" type="xsd:string" use="optional">
  <xsd:annotation>
    <xsd:documentation>Allows a default value to be specified for the Condition Expression. This default value is expressed as an xsd:string. To acquire an xsd:boolean, an XSLT constant boolean function of TRUE or FALSE may be used.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>

Sample