Working with XmlXapResolver
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The XmlXapResolver class is used to resolve resources that are contained in the Silverlight application’s XAP package.
The XmlXapResolver is the default resolver for XDocument, XmlReader, and XmlReaderSettings.
Note: |
---|
In your Silverlight project, you must reference the .NET Framework assemblies that are installed with Silverlight, instead of those that are installed with Visual Studio. |
In This Section
How to: Load a File from a XAP Package Using XmlXapResolver
Provides an example of how to use XmlXapResolver to load a file from an application's XAP package.How to: Implicitly Load a DTD from a XAP Package Using XmlXapResolver.
Provides an example of how to use XmlXapResolver to load an XML file that references a DTD file.