GetXMLValue
You can review the details about the getXMLValue JSP tag.
Description
The getXMLValue JSP tag returns the value of an XML attribute specific to an XML binding.
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:getXMLValue binding="xml:/Category/@CategoryID"
name="Category" /></td>