Hi, am I right in assuming that .NET Compact Framework does support most of System.Xml, but not System.Xml.Xpath or System.Xml.Xsl? Is there any good _overview_ over what classes are supported in Compact Framework? Thanks!
* barnum@bluezone.no wrote in microsoft.public.xsl: >Is there any good _overview_ over what classes are supported in >Compact Framework? There are several, depending on the version of the Compact Framework. http://www.google.com/search?q=+site:msdn.microsoft.com+supported+classes+in+the+.NET+Compact+Framework Has a listing. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Your assumptions are correct. You can download the .NET Framework 3.5 poster: http://www.microsoft.com/downloads/details.aspx?FamilyId=7B645F3A-6D22-4548-A0D8-C2A27E1917F8&display=en&displaylang=en The poster is nice and grapical which tell you what is supported on the lastest release of the CF. (There some bugs with this with regards to the System.Net.Sockets, some classes are supported on CF the drawing says otherwise). Of course alternatively, look on MSDN. -- Simon Hart Visual Developer - Device Application Development MVP http://simonrhart.blogspot.com "barnum@bluezone.no" wrote: > Hi, > > am I right in assuming that .NET Compact Framework does support most > of System.Xml, but > not System.Xml.Xpath or System.Xml.Xsl? > > Is there any good _overview_ over what classes are supported in > Compact Framework? > > Thanks! >