Project

General

Profile

1 19683 nikon.gasp
<?xml version="1.0"?>
2 35734 nikon.gasp
<validator:result xmlns:validator="http://eu.dnetlib/validator" recordId="$record.id" status="$record.status" score="$record.score">
3 19683 nikon.gasp
  <validator:failedRules>
4
#foreach( $rule in $ruleList )
5 35734 nikon.gasp
    <validator:rule id="$rule.id" name="$rule.name" xpath="$rule.xpath" mandatory="$rule.mandatory" />
6 19683 nikon.gasp
#end
7
  </validator:failedRules>
8
  <validator:record>
9
  	$recordFull
10
  </validator:record>
11
</validator:result>