Provides the display caption for the view within the view list.
xsf:xdViewName
The caption attribute is an optional attribute of the view element.
If not specified, the caption of the view defaults to the value of the name attribute.
The following is an example of the caption attribute as it is used in the view element:
<xsf:views default="View">
<xsf:view name="View" caption="View">
<xsf:mainpane transform="view1.xsl"></xsf:mainpane>
...
</xsf:view>
</xsf:views>