EDN Admin
Well-known member
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
I know that dtd processing is disabled for security reasons but is it possible to enable this.
View the full article