Re: Turning off DTD Validation using XML Utils package - Spark

2015-12-04 Thread Darin McBeath
e more information on the various features. Darin. From: Darin McBeath To: "user@spark.apache.org" Sent: Tuesday, December 1, 2015 11:51 AM Subject: Re: Turning off DTD Validation using XML Utils package - Spark The problem isn't really with DTD validat

Re: Turning off DTD Validation using XML Utils package - Spark

2015-12-01 Thread Darin McBeath
The problem isn't really with DTD validation (by default validation is disabled). The underlying problem is that the DTD can't be found (which is indicated in your stack trace below). The underlying parser will try and retrieve the DTD (regardless of validation) because things such as entit