Documentation Center

IWriteMetadataAndBlobPlugin - BlobRemoveXmlNode

Removes unwanted nodes from the content.

Plugin Configuration

The following parameters can be configured:
ParameterRequiredDefault valueAllowed valuesDescription
OnNodeXPathYes  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>