I am using IsNull on a field in a table in an XML database to filter records. works great.
However...
If the table I'm using my filter on has No Records, All the records go through the filter instead of None !
So... it is a bug... No records should make it through the filter... but instead ALL the records pass.