سؤال

I'm using the XmlSerializer class to deserialize a XSD.exe-generated class from an XML document. The XML document has two XInclude tags to other XML documents. After deserialization, the XInclude content is missing.

Does anyone know if the .NET XML parsers handle XInclude content? IF not, any suggested workarounds?

Thanks.

هل كانت مفيدة؟

المحلول

XInclude is not supported by .NET.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top