Search found 1 match

by Jo3p
Thu Nov 20, 2008 9:26 am
Forum: General
Topic: Newline characters in brackets
Replies: 3
Views: 558

Newline characters in brackets

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't ...