in reply to Re: Ignoring not well-formed (invalid token) errors
in thread Ignoring not well-formed (invalid token) errors
That 'ignores' the fact that there's anything about XML and as such could be fast enough to be usable, even if it is an extra step.perl -ne 'print $_ if not m/^<es\s*$/' <bad_input.file >corrected_inpu +t.file
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Ignoring not well-formed (invalid token) errors (pipeline)
by tye (Sage) on Jan 19, 2015 at 15:58 UTC | |
by brettski (Initiate) on Jan 19, 2015 at 19:22 UTC |