문제

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