The world has moved on, have you? Xml APIs you should avoid using.
Posted by: XmlTeams WebLog,
on 09 Oct 2011 |
View original | Bookmarked: 0 time(s)
There is a few Xml APIs you should not be using. In some cases the complier makes this obvious the API is marked as obsolete and you will get a warning when compiling an application that uses any of these APIs. All the obsolete APIs have their replacements. The replacement for the obsolete XmlSchemaCollection class is the XmlSchemaSet class. The replacement for the obsolete XslTransform class is the XslCompiledTransform class (btw. I recommend reading Effective Xml Part 3: Didnt you say XslCompiledTransform...