This is not as high priority for me as a way to rapidly bring up files into the cseeditor that failed batch validation, but it would be nice too.
The problem is I want to validate fragments of HTML that I stitch together with macros to form complete files. The problem is they generally don't validate well in isolation. The generate too many false alarm error messages. It would be nice If there were a way to provide a temporary sandwich in which to validate them.
It might work like this:
<cseinclude file="header.htmlfrag" />
These includes are only used by CSE validator during validation to include additional HTML to make the validation make sense. normally there would be one at the head and tail of each fragment.
<cseinclude file="tail.htmlfrag" />
The feature might have other uses.





