I have the following and want to retrieve data where the 'FromEmail' is not empty
<FILE NAME="NewbusQuote">
<REC NAME="level1">
<FLD NAME="CoverPage"></FLD>
<FLD NAME="FromEmail"></FLD>
</REC>
<REC NAME="leve2">
<FLD NAME="CoverPage">Simple</FLD>
<FLD NAME="FromEmail">[email protected]</FLD>
</REC>
<REC NAME="leve3">
<FLD NAME="CoverPage"></FLD>
<FLD NAME="FromEmail"></FLD>
</REC>
</FILE>
Thank you in advance
string-length()comes to mind.