Closed GoogleCodeExporter closed 9 years ago
Original comment by jhpater...@googlemail.com
on 14 Nov 2007 at 6:23
Attachments:
Fixed in 0.5.1.002 (revision 11 in SVN)
Replace spaces with %20 in source file PatternFileValidatorDOM before
validating:
public void validateFile(String sourcefile) throws SAXException, IOException{
sourcefile = replaceSpaces(sourcefile);
validator.validate(new StreamSource(sourcefile));
}
All other references to path needed to be left untouched otherwise files are
not found
Original comment by jhpater...@googlemail.com
on 26 Nov 2007 at 3:41
Original issue reported on code.google.com by
jhpater...@googlemail.com
on 24 Aug 2007 at 10:07