Since I'm not at the Microsoft Professional Developer's conference, I decided to answer questions by attendees about stuff that I am directly or indirectly responsible for right here. So let's roll the questions out
Alan Dean writes
<elementName></elementName>
<elementName> </elementName>
_reader.WhitespaceHandling = WhitespaceHandling.None
CreateElement
ImportNode
Kirk Allen Evans writes
There will be another, more difficult, XML parser, and you will hear Mark Fussell talk about that later this week.“ - Don Box I would hedge bets that this revolves around XQuery or something, I am looking forward to hearing what this is. I am extremely curious about what this means myself but don't think Don was talking about XQuery. If anything he probably was talking about APIs but even then we aren't changing much from what we provided in v1 in the area of the XML parser (i.e. the XmlReader class) although the implementation has been rewritten to be faster and more conformant (much props to Helena). I am puzzled about what Don meant by that statement since I've seen Mark's slides and there really isn't anything about another XML parser that users have to learn. Perhaps he meant another XML API which is valid given that we did a ton of work on the XPathDocument for v2.0 which means there may be a lot of people moving from using XmlDocument to using XPathDocument for a number of reasons.
There will be another, more difficult, XML parser, and you will hear Mark Fussell talk about that later this week.“ - Don Box
I would hedge bets that this revolves around XQuery or something, I am looking forward to hearing what this is.
I am extremely curious about what this means myself but don't think Don was talking about XQuery. If anything he probably was talking about APIs but even then we aren't changing much from what we provided in v1 in the area of the XML parser (i.e. the XmlReader class) although the implementation has been rewritten to be faster and more conformant (much props to Helena). I am puzzled about what Don meant by that statement since I've seen Mark's slides and there really isn't anything about another XML parser that users have to learn. Perhaps he meant another XML API which is valid given that we did a ton of work on the XPathDocument for v2.0 which means there may be a lot of people moving from using XmlDocument to using XPathDocument for a number of reasons.