in reply to XML parsing vs Regular expressions
I note that you say:
from quite big(100 000 records)
I managed to segfault when using regexes to parse very large HTML files; I am certain you could manage to do the same using regexes to parse very large XML files. ;-)
In other words, don't. Use a module, such as XML::Twig.
HTH,
planetscape
|
|---|