IWriteMetadataAndBlobPlugin - BlobRemoveXmlNode
Removes unwanted nodes from the content.
Plugin Configuration
The following parameters can be configured:
| Parameter | Required | Default value | Allowed values | Description |
|---|---|---|---|---|
| OnNodeXPath | Yes | Xpath expression that selects all nodes that have to be removed. |
<plugin name="ISHREMOVESTYLESHEET" handler="BlobRemoveXmlNode" ishcondition="EDT='EDTXML'">
<description>Remove stylesheet processing instruction</description>
<initialize>
<parameters>
<parameter name="OnNodeXPath">//processing-instruction()[name()='xml-stylesheet']</parameter>
</parameters>
</initialize>
</plugin>