Write to XmlDocumentType.Entities but ReadOnly?

Posted by TheCloudlessSky on Stack Overflow See other posts from Stack Overflow or by TheCloudlessSky
Published on 2010-05-25T17:18:02Z Indexed on 2010/05/25 17:21 UTC
Read the original article Hit count: 171

Filed under:
|
|

I'm trying to change the value of an entity in a document's DocumentType.Entities XmlNamedNodeMap but according to MSDN, it's read-only.

How can I set one of the entities?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET