Hi,
I'm trying to clean up a huge XML file (150mb, 30000 root elements, 200000+lines) by throwing out all tags I don't need.
My strategy was to match every root element using regular expressions, but I can't get this to work because:
1. I can't include newline characters inside brackets;
2. I can ...
Search found 1 match
- Thu Nov 20, 2008 9:26 am
- Forum: General
- Topic: Newline characters in brackets
- Replies: 3
- Views: 794