What about adding a flag to your records, saying if it was already reviewed or not. Now you could have a review/debug page with a datagrid that is only showing the unedited records (Retrieve by xpath).
Now you have an overview, showing al unedited records. This is a good starting point for edit pages. You could also have a button to mark a record es edited (Maybe there is nothing to do) … Your fantasy defines the limit :-)
On another page, you could have the same overview with an xpath doing the opposite (Only showing edited records). This overview could again be exported.