XML Architecture Overview


When deciding which XML features to bring to the .NET Compact Framework's XML architecture, the designers chose to focus on code footprint size and performance instead of implementing the full set of W3C XML standards. The following lists the features that the .NET Compact Framework designers chose not to support:

  • Document Type Definition Support

  • XmlSchema

  • XmlValidationReader

  • XmlSerialization

  • XPath

Even without these features the .NET Compact Framework provides robust, feature-rich support for manipulating XML data. Support for forward-only, noncached reading and writing is provided by XmlTextReader and XmlTextWriter , while the XmlDocument allows for the traversing and manipulating of XML data through a node tree data structure. The ability to extend the XML architecture is also available by extending XmlReader and XmlWriter abstract base classes.



Microsoft.NET Compact Framework Kick Start
Microsoft .NET Compact Framework Kick Start
ISBN: 0672325705
EAN: 2147483647
Year: 2003
Pages: 206

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net