Creating an XPathDocument with referenced DTD sometimes throws a web exception. Why?
|
|
|
|
|
|
|
You can write a custom XmlUrlResolver and then ignore the remote DTD. Also, I believe you can set use XmlResolver = null on the XmlTextReader. |
||
|
|
|
See http://todotnet.com/archive/2006/07/27/8248.aspx
|
||
|
|
