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" example

<plugin name="ISHREMOVESTYLESHEET" handler="BlobRemoveXmlNode"  
ishcondition="CurrentAction in ('Create', 'Update', 'Checkin', 'CreateTranslation') and (EDT='EDTXML')">
          <description>Remove stylesheet processing instruction</description>
          <initialize>
            <parameters>
              <parameter name="OnNodeXPath">
                //processing-instruction()[name()='xml-stylesheet']
              </parameter>
            </parameters>
          </initialize>
        </plugin>