Other News

Community

Customized XML Reader Creation

The following is an example showing how to extend the XmlTextReader to create a reader that converts attributes to elements. The overridden Read provides the logic to track the current node type, and if an attribute, exposes this as an element node type using the XmlNodeType.Name and XmlNodeType.Val

Community

XML Basics Handbook

(Itech Consulting) This handbook contains basics of xml. The examples given in this handbook can be executed using Notepad, Altova’s XML Spy or EditPlus software. This handbook focuses on basic concepts of xml and targets the novice xml audiences. Also some portions tend to be for intermediate xml p