Posts Tagged ‘Iteration’
How do i delete the 2nd iteration of an XML tag in a file?
Ex.
<Book>
<Info> blah blah</Info>
</Book>
<!– delete from "<Book .* </Book>" –>
<Book>
<Info />
<Info2 />
</Book>
I appreciate your help!!
Yes, i have Notepad++