Lines Matching refs:XMLWF
9 # To run this script, first set XMLWF so that xmlwf can be
18 # output from xmlwf and compare the desired output against it.
20 # produced by xmlwf conforms to an older definition of canonical XML
26 XMLWF="`dirname \"$MYDIR\"`/xmlwf/xmlwf"
27 # XMLWF=/usr/local/bin/xmlwf
39 $XMLWF -p "$file" > outfile || return $?
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?