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.