Subject: XML Validation against XMLSchema ?
From: Peter Fitzgibbons <peter.fitzgibbons gmail.com>
Date: Mon, 17 Oct 2005 23:12:39 +0900
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