| Languages >> .net |
Using the XmlTextReader Class
| Language : | English | Quality : | High | Has Audio : | true | Source : | Other | Media : | Flash |
|
The XmlTextReader class provides a fast, forward-only API for parsing XML documents. In this video tutorial you will see how to use the XmlTextReader to parse RSS feeds, combine it with the XmlTextWriter class and how it can be used to generate different XML formats such as Scalable Vector Graphics (SVG)
Download code from : http://www.xmlforasp.net/CodeSection.aspx?csID=114 |
Tags: .NET Framework, Frameworks, Tutorial, RSS, XML, SVG, .net, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Fast XML Access in .NET Using the XMLTextReader Class XmlTextReader, contained in the .NET Framework's System.XML namespace, reads data from an XML file quickly without placing high demands on system resources. Use it to read data from an XML file and output it as HTML for display in a browser |