Is it possible to validate that the database has no rows for a specific table with a flat xml structure? Something like:
<dataset>
<TABLE/>
</dataset
but that isn't working because, I think, it only validates if the 'TABLE' exists..
I'm testing a delete..