We have need for a validator that checks only tags such as <ul> <b> <br> <li> and basic <table> tags. Our biggest problem is table tags that arent closed.
Writing our own rules would be cool which looks like you have.
However, we dont validate entire pages, we need to validate a block of text that is programmatically inserted into a page... So there will never be a HEAD or BODY tag, etc.
Can your application do this from a batch file?
Chris



