blob: 59b4eb492b45e898860faad68d4821e0a86fd606 [file] [log] [blame]
{
"class" : "org.eclipse.smila.processing.pipelets.xmlprocessing.XslTransformationPipelet",
"parameters": [
{
"name": "inputType",
"type": "string",
"values": ["ATTACHMENT", "ATTRIBUTE"],
"description" : "Defines whether the XML input is found in an attachment or in an attribute of the record. "
},
{
"name": "outputType",
"type": "string",
"values": ["ATTACHMENT", "ATTRIBUTE"],
"description" : "Defines whether the transformed output should be stored in an attachment or in an attribute of the record."
},
{
"name": "inputName",
"type": "string",
"description" : "The name of the input attachment or the path to the input attribute (process literals of attribute)."
},
{
"name": "outputName",
"type": "string",
"description" : "The name of the output attachment or the path to the output attribute (store result as literals of attribute). "
},
{
"name": "xslFile",
"type": "string",
"description" : "The name (with relative or absolute path) of the XSL file to be used for transformation."
},
{
"name": "parameters",
"type": "any",
"description" : "Either a map of XSL parameters or a boolean that indicates to add all attributes as XSL parameters."
}
],
"description": "This pipelet performs an XSL transformation on an attribute or attachment value and stores the transformed document in an attribute or attachment."
}