c# - XmlDocument, and special ISO Latin characters -
I am trying to load XML in XmlDocument, but this encoded '& amp; Eacute 'and an error' error occurred in parsing the entity name '. Now I can add a custom entry set to my XML's DTD, so the XMLDC load is doing properly. But what I am hoping is that I can refer to a URL in which these ISOs are a normal group of Latin encoded characters. Is it possible, or do I need a custom list of DTD sets?
?
Edit : To be more complete: There are no default URIs to run the ISO 8859 charset, so you need to create a custom You will need to create a DTI file.
Comments
Post a Comment