Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread Vimil Saju
with '' From: Grüner Heinrich To: Ant Users List Sent: Tuesday, June 7, 2011 6:22 AM Subject: Re: verifying encoding value using xmlvalidate task Hi Dominic, maybe you should check out the xmltask. http://www.oopsconsultancy.com/software/xmltask/ I don't know exa

Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread Grüner Heinrich
Hi Dominic, maybe you should check out the xmltask. http://www.oopsconsultancy.com/software/xmltask/ I don't know exactly, but somehow it should be possible to extract the header and even manipulate it. Regards, Stefan. Am 07.06.2011 15:04, schrieb dominic Tippabattuni: Hi Parag, My intent

Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread dominic Tippabattuni
Hi Parag, My intent is to check the presence of encoding value in xml files. Thanks Dominic On Tue, Jun 7, 2011 at 12:07 AM, Parag Doke wrote: > Hi Dominic. > I'm no ant expert, but just trying to understand the requirement. > If you intent to check presence of encoding value in XML files ? >

Re: verifying encoding value using xmlvalidate task

2011-06-06 Thread Parag Doke
Hi Dominic. I'm no ant expert, but just trying to understand the requirement. If you intent to check presence of encoding value in XML files ? Or is your intent to validate the XML files using the encoding ? Thanks in advance, Parag Doke Save paper, save trees. Do not print emails/documents unless

verifying encoding value using xmlvalidate task

2011-06-06 Thread dominic Tippabattuni
Hi, I am working on a task which can verify xml encoding value. All xml files in the project should be verified. It would be great if someone can point me in the right direction. The line in the xml file which needs to be verified is Thanks Nick