If the file is not too big and if you don’t have other tags that start with “<en” you can try something like:
> ("en" & preceding text of first ">" of it, following text of first "<status>" of preceding text of first "</status>" of it) of substrings separated by "<en" whose (it contains "<status>" ) of concatenation "" of lines of file "/tmp/test.xml"
There are other slightly more complicated ways of doing this for any arbitrary tag but I think this one should work well in a lot of cases.