Re: Struts - XML - Validation according to a XML Schema

2004-10-21 Thread Craig McClanahan
OTECTED] > Envoye : mercredi 20 octobre 2004 19:41 > A : Struts Users Mailing List > Objet : Re: Struts - XML - Validation according to a XML Schema > > > > > On Wed, 20 Oct 2004 13:17:25 +0200, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Hi, >

RE: Struts - XML - Validation according to a XML Schema

2004-10-21 Thread Yoni . RACHOVITCH
ailto:[EMAIL PROTECTED] Envoye : mercredi 20 octobre 2004 19:41 A : Struts Users Mailing List Objet : Re: Struts - XML - Validation according to a XML Schema On Wed, 20 Oct 2004 13:17:25 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to parse a XML file thr

Re: Struts - XML - Validation according to a XML Schema

2004-10-20 Thread Craig McClanahan
On Wed, 20 Oct 2004 13:17:25 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to parse a XML file through Struts AND also according to a XML > schema. > > so may question is...what is the method to validate a XML file with a XML > Schema before parsing it? > Besides ne

Re: Struts - XML - Validation according to a XML Schema

2004-10-20 Thread Hariharan V
I guess u will have to use some xml parser for this u can get more info from www.jdom.org On Wed, 20 Oct 2004 13:17:25 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to parse a XML file through Struts AND also according to a XML > schema. > > so may question is...