When I restore all the plain HTML, all the <tr> and </tr> tags cause XMLSPY to object. Changing just the < to < causes the tr tags to be placed, but ignored. My required logic for populating the table forces me to do what appears to be nesting the <TR></TR> tags in reverse order, since I don't know if a row should end until the next item is examined.
I tried overriding XLMSPY's warning to make sure it wasn't something about the XMLSPY error checker, and DNN found the same problem (with a critical error).
Is there a way to use quotes or something to pass text back to the page?