All Tags »
xml »
silverlight
Sorry, but there are no more tags available to filter with.
-
The XmlPreloadedResolver is a new type that we’ve been working on in SilverLight that provides the ability to load a DTD without a call to the network. The new type can act as a manually maintainable cache of DTD’s and XML Streams.
Let’s look at two examples of how the XmlPreloadedResolver can be used.
Example 1:
The ...