I'm new to this forum, and so first of all a quick apology if this question has already been asked / answered in this forum (I had a quick search and couldn't find the same scenario so I'll assume it's safe to continue )
I've been provided with an XML file from a third party which is absolutely massive - over 80mb and well over 1,700,000 (yes, that's right - over 1.5 million lines!)
To help speed up any work which I need to do on the file I wanted to strip out any tags (and associated content) which I don't need.
I know how to do this via Dreamweaver, but due to the massive file size Dreamweaver struggles to render it (and then struggles even more when I try to run a find/replace to delete the content)
Textpad seems to be massively quicker and so I wanted to know how to do the same thing in Textpad (version 4.7)
Example:
Code: Select all
<tag1>some content</tag1>
<tag2>some more content</tag2>
<tag3>and some more....</tag3>
Note:
I've seen in some of the previous posts that there seems to be an issue if content is on more than one line - as a result, I need something which will work regardless of the number of lines which the code runs over.
Thanks
Kessa