Categories: Asp.Net, XML

Compare XML File with XSD in C#

This article explains about how to validate XML file by using XSD file in C#.

Categories: XML

What is XSLT, Transform XML documents by using XSLT

This article discuss about What is XSLT and how to transform XML file into HTML format by using XSLT.

Categories: XML

Declaring elements in a Document Type Defintion

To represent data in a consistent format, it needs to be given a meaningful structure. Here I discuss about Document Type Definition (DTD) which described the XML document.

Categories: XML

Introduction to XML

It provides basic idea on XML(Extensible Markup Language), how the data represented in XML, what is the root element, what are the child elements and advantages of XML over other formats.