XML files can be structured differently. Some express properties of elements as attributes, whereas others express them as elements with inner text.When working with the forementioned type of XML file (properties expressed as attributes), we are unable to access and display these attributes with such controls as the GridView. However, Visual Studio will enable us to transform the file so we can use it better.This tutorial will show how we can create a Transformation file and use it to transform the XML file, so we can use all elements as originally intended.Download the Full Working Version of this Project written with Visual Studio.NET 2005 Here!Looking for more ASP.NET Tutorials? Click Here!An example XML file with properties expressed as attributes: