pc:message

Previous Next

Displays a debug message in a pop-up alert box.

Syntax

<pc:message>  content  </pc:message>

The required content is the message displayed. The pc:message element name, along with the names and values of its attributes (if any), are also displayed.

 

Example

<pc:message select="urgent">
    mymessage is <pc:value-of select="//pc:message/@select"/>
</pc:message>

This example produces this alert box:

BL_clip0002