Pergunta

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.

Foi útil?

Solução

XInclude is not supported by .NET.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top