Attributes |
Name | Required | Request-time | Type | Description |
content | false | false | java.lang.String | String containing the XML content to be transformed. |
contentLocation | false | false | java.lang.String | String containing the location of the XML content to be transformed. |
contentStream | false | false | java.lang.String | Value binding expression referencing an InputStream from which the XML content is to be read. |
stylesheet | false | false | java.lang.String | String containing the XSL information to use in the transformation. |
stylesheetLocation | false | false | java.lang.String | String containing the location of the XSL stylesheet to use in the transformation. |
styleStream | false | false | java.lang.String | Value binding expression referencing an InputStream from which the XSL stylesheet is to be read. |
rendered | false | false | java.lang.String | A boolean value that indicates whether this component should be rendered. Default value: true. |