Hello all,

I need to validate an XML data file against an XMLSchema :
<?xml version="1.0" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

Can i do this with REXML ?

Thanks,

Peter Fitzgibbons