Re: Validator Unknown host exception

2004-02-08 Thread Mark Lowe
Thanks Koh I'll give that a go. I resolved it temporally by using the 1.0 dtd. I'll give your method a go when/if i need anything from validator 1.1. Cheers again Mark On 7 Feb 2004, at 16:46, Kok Wei, Koh wrote: I was stucked in a dtd problem with commons validator. After wasting too much

Validator Unknown host exception

2004-02-07 Thread Mark Lowe
Anyone know how to get rid of the unknown host exception that the validator plugin throws when it cant connect to the internet. I've tried putting the dtd's locally, and have tried to do what previous threads say will fix this to no avail. I recall this was fixed with one of the beta releases

Re: Validator Unknown host exception

2004-02-07 Thread Kok Wei, Koh
I was stucked in a dtd problem with commons validator. After wasting too much time on it, I decided to download the source from cvs ... set digester.validate(false) and rebuild the jar. You could try this if you wanna live without the dtd. Mark Lowe wrote: Anyone know how to get rid of the