<images>

Contains one or more <image name=""> tags to display images in a node.

The attribute act_like_buttons="YES" may optionally be added to the <images> tag (<images act_like_buttons="YES">) so that all images defined within the <images> tag disappear at once when the user clicks one of the images (similar to the behavior of buttons).

There should be no more than one set of <images> tags per node.

Parent of: <image name="">

Examples:

<images>
            <image name="image_1">
                        ...
            </image>
            <image name="image_2">
                        ...
            </image>
</images>

To clear images:

<images>
            <image name="image_1">
                        <file>CLEAR</file>
            </image>
            <image name="image_2">
                        <file>CLEAR</file>
            </image>
</images>

To clear all images at once:

<images>CLEARALL</images>