Some highlights (Microsoft propaganda?) from the meeting. I forgot my notebook so they're from memory.
- Microsoft is deprecating XSLT in favor of XQuery. System.Xml.Xsl is going to be marked as obsolete in .NET 2.0 and will return warning messages when its used.
- XmlDocument and the XML DOM are also being deprecated in favor of improved XML streaming techniques that will allow editing not just appending to the end of the stream.
- SAX is bad because its Java and its old. (See what I mean about the propaganda?)
- He demonstrated using XmlDocument, XPathNavigator, XmlReader, XmlWriter, and used a web service to demonstrate XML serialization.