I wish to search for a block of code and then completely delete it. Is there a "remove" command or if I use "replace" to I need to leave the ![CDATA[]] in?
Here is the code I am using at the moment:
<operation error="log" info="Remove IP, Email, Telephone from top box">
<search position="replace"><![CDATA[<td style="font-size: 12px; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD; text-align: left; padding: 7px;"><b><?php echo $text_email; ?></b><?php echo $email; ?><br />
<b><?php echo $text_telephone; ?></b> <?php echo $telephone; ?><br />
<b><?php echo $text_ip; ?></b> <?php echo $ip; ?><br /></td></search>
<add></add>
</operation>