Hello,
I'm trying to create an application vulnerable to XXE attacks (for training purposes). How can I enable DTD processing in OpenXmlReader and use it for opening Open XML documents?
I am able to parse XML files containing DTD by creating XmlReader instance with specific XmlReaderSettings, but it seems that OpenXMLReader does not let you to define such things.