Several validators, such as the one by the W3C, can validate an HTML (or XHTML) page against the W3C spec. Are there any validators that are extensible? That is, I'd like to not only validate against the spec, but I'd like to also validate against additional elements and/or attributes. I'd like to be able to specify these additions without programming if possible; adding them to a database or XML file or a config file would be fine.
Thanks for any suggestions.