Search found 1 match
- Tue Oct 12, 2010 9:27 am
- Forum: Advanced Find and Replace
- Topic: Replacing XML tags using wildcards
- Replies: 0
- Views: 20584
Replacing XML tags using wildcards
I want to be able to replace a series of XML tags within a document. The tag goes; ID="device_12345" and they number from _1 to _80000 I want to be able to replace the whole of the tag from beginning to end (including the speech marks) with a space (so delete all references to the particular tag). H...