boost/status
Daniel James ad0e2990fe Remove --valid flag from xmllint
The existing call to xmllint returns an error status, the error message is obscured by the output, but it writes to stderr:

    explicit-failures-markup.xml:3: validity error : Validation failed: no DTD found !
     xsi:noNamespaceSchemaLocation="explicit-failures.xsd">

According to the xmllint man page the `--valid` flag is used for validating using a DTD, and we don't have a DTD. The `--schema` flag is sufficient for validation, so I think the solution is just to remove the `--valid` flag.
2017-10-20 19:27:49 +01:00
..
boost-no-inspect Update status from develop. 2015-01-24 14:45:11 +00:00
boost_check_library.py Add support for parent lib meta data to include sublib meta data. 2016-07-07 11:01:59 -05:00
expected_results.xml status: merge from trunk 2008-12-15 13:04:37 +00:00
explicit-failures-markup.xml Remove --valid flag from xmllint 2017-10-20 19:27:49 +01:00
explicit-failures.xsd Correct invalid markup structure, tighten the scheme catch some of these errors 2007-01-16 01:54:41 +00:00
Jamfile.v2 Add quick, minimal targets to status/Jamfile 2017-09-08 19:21:03 +03:00