in reply to HTML::Tidy question

XHTML is a schema of XML, so perhaps XML::Validator::Schema? (Never used or heard of it before.)

Replies are listed 'Best First'.
Re^2: HTML::Tidy question
by samtregar (Abbot) on Apr 14, 2008 at 18:11 UTC
    I very much doubt XML::Validator::Schema can parse the XHTML schema. It's a useful module (if I do say so myself) but it only implements part of the XML Schema spec. Patches welcome, of course!

    -sam