Entity References and DOM
I have a set of 12.000 or so XML files that I need to parse. And as it turns out, they contain entity references lik ‐ and ©. DOM treats these as seperate xml elements, which is really an annoying factor, because they are really not.
Is there any way to make the C# DOM parser ignore these entity references ? Since they are making the parsin a pain in the a$$.
.:BoeManE:.
|