Hello.
I'm reading data in txt file, with some kind of XML format (it is not XML, is +/- similar...), and I'm trying to find the headers of fields which are marked like "<FIELD>" and it has some chr(9) on the begin of line.
When I echo any line containing the header, it parses all line except the header.
Why it is happening this?

Thank you.