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
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
Peter Fitzgibbons wrote:
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 ?
http://www.germane-software.com/software/rexml/
"To Do ... Validation Support"
HTH
robert