[00:11] thanks jbicha, bkerensa and godbyk! [01:45] godbyk, jbicha: does check_validation.sh do something special? some reason you can't just use yelp-check? [01:47] shaunm: "./check_validation.sh blah.page" just runs "xmllint --noout --xinclude --relaxng ../../libs/mallard-1.0.rng blah.page" [01:49] ah, a local copy of the rng file [01:50] Looking at the yelp-check script, it appears to do roughly the same thing. [01:51] well, yelp-check relies on you having xml catalogs set up to use a local copy of the schema [01:52] but it does do schema merging, which is nice if you use a lot of mallard extensions [01:53] shaunm: Ah, cool. i just ran yelp-check validate and it appears to work, too. [01:53] yelp-check is a bit less verbose, too, which is nice.