Re: xmlvalidate without doctype against dtd

2011-02-24 Thread Stefan Bodewig
On 2011-02-24, Lukacs, Gabriel wrote: > is it possible to validate (via ANT xmlValidate) an xml file > (without ) against DTD schema stored locally on > filesystem? No the xmlvalidate task can't do this since the parser won't use the DTD if there is no DOCTYPE specified. XMLUnit can do that[

RE: xmlvalidate without doctype against dtd

2011-02-24 Thread Martin Gainty
nné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: xmlvalidate without doctype against dtd > Date: Thu, 24 Feb 2011 13:53:02 +0100 > From: gabriel.luk...@siemens.com > To: user@ant.a

xmlvalidate without doctype against dtd

2011-02-24 Thread Lukacs, Gabriel
Hello, is it possible to validate (via ANT xmlValidate) an xml file (without ) against DTD schema stored locally on filesystem? Pls write such an xmlValidate task. Thanks in advance. Regards, Gabo.