GetXMLValueI18NDB

You can review the details about the GetXMLValueI18NDB JSP tag.

Description

The getXMLValueI18NDB JSP tag returns the localized value of an XML attribute specific to an XML binding based on the user's locale.

Attributes

name - Optional. String containing the namespace of the XML from which a value must be obtained. If this parameter is not used, the value is picked up from the binding. For example, if you specify xml:/Menu/@MenuDescription as the binding, the value for name defaults to Menu. Or in another example, if you specify xml:/mymenu:/Menu/@MenuDescription as the binding, the name defaults to mymenu.

binding - Required. String containing the XML path that points to the attribute of the requested value.

Body

None.

Example

<td
class="protectedtext"><yfc:getXMLValueI18NDB 
binding="xml:/Category/@Description" name="Category" /></td>