<%@taglib prefix="s" uri="/struts-tags" %> Showcase - XSLT

XSLT Result Showcase

The XSLT result can be used to generate xml from the action. By default, each of the action's properties will be converted into a DOM and rendered. These results can be transformed via xslt. Additionally, the result's exposedValue parameter can be used to define an ognl expression which can be used to manipulate the object which will be converted to xml.