require_once("docutil.php"); page_head("Validation"); echo "
The XML document listing the output files has the form:
<file_info>...</file_info> [ ... ] <result> <name>foobar</name> <wu_name>blah</wu_name> <exit_status>blah</exit_status> <file_ref>...</file_ref> [ ... ] </result>The components are:
The XML document describing the sizes and checksums of the output files is just a list of <file_info> elements, with the nbytes and md5_cksum fields present. The project back end must parse this field to find the locations and checksums of output files. "; page_tail(); ?>