blob: 57e347e48bdfeca0ed54264f986935d0cf72f082 [file] [log] [blame]
{
"class" : "org.eclipse.smila.processing.pipelets.xmlprocessing.RemoveElementFromXMLPipelet",
"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": "elementId",
"type": "string",
"description" : "The ID of the XML element to be removed."
}
],
"description": "This pipelet removes a selected element from an XML document and stores the manipulated document in an attribute or attachment."
}