Reply to thread

No, no - it's the full line:




AFAIK the comment syntax for XML is <!-- ... -->, so you'd have to make it <!-- <episode-num system="dd_progid">EP01259550.0642</episode-num> -->. Otherwise, yes I think the idea would work in principle.



Notepad++ can just as easily delete too.


Find what = <episode-num system="dd_progid".*

Replace with =

Search mode = Regular expression


There are probably lots of other ways to do this too.


Top Bottom