On 4/21/06, Tom Schindl <[EMAIL PROTECTED]> wrote:

> Well that's really interesting if you don't have a <!DOCTYPE>
> declaration in the source document but set the validation to true the
> entity resolver doesn't get called and you'll get a parsing exception.
> All test cases I've looked at don't have a <!DOCTYPE> in them and so the
> test are failing.
>
> I've now checked:
> java-1.4.2_04
> java-1.5.2_02
> java-1.5.2_06

Sure, because how would the XML parser know against which DTD to
resolve without the DOCTYPE declaration ?
For the test cases we did not put in the DTD because that would only
make them slower. For me they are not failing however in Eclipse (not
even spitting out errors).

Tom

Reply via email to