Is it possible to validate XML against XSD in Silverlight 3?
It seems that all the usual classes for XMLValidation like XmlValidatingReader are missing (or only present for interface compatibility) in Silverlight.
Is there a way to validate XML against an XSD schema in Silverlight?
+2
Eric
source
to share
1 answer
Sorry, but I still don't think this is possible in SL3:
http://forums.silverlight.net/forums/p/53434/138536.aspx
If you really need to reuse a .NET assembly in SL, you can do that, but that means it's an application bundled with your application. I don't recommend this, but details on how to do it can be found here: http://www.netfxharmonics.com/2008/12/Reusing-NET-Assemblies-in-Silverlight
Hope it helps.
+2
Mark cooper
source
to share