DTD processing in Linq to XML

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, I am writing some Linq to XML code to parse xml document but its failing due to unknown entities in xml document. The entities are really encoded html like  , etc. The entities are mentioned in the dtd but Linq to XML is not reading the dtd.
I know that dtd processing is disabled for security reasons but is it possible to enable this.

View the full article
 
Back
Top