Easy Tutorial
❮ El Processing Instruction El Attribute ❯

XSLT element-available() Function



Definition and Usage

The element-available() function returns a boolean value indicating whether the XSLT processor supports the specified element.

This function can only be used to test elements located in the template body. These elements include:


Syntax

Parameters

Parameter Description
string Required. Specifies the element to be tested.

Example 1

View XSL File, View Result.


❮ El Processing Instruction El Attribute ❯