Question

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.

Was it helpful?

Solution

XInclude is not supported by .NET.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top