Let's try to create a simple infographic starting from an XML
file containing data about the carbon dioxide emissions
in Europe.
To position the data on a map, we have to add the latitude and longitude
fields for each european country (we have not to be precise).
To use the data we have to load them into an XML data source,
using the System.Xml.XmlDataSource
object, but the problem is that
the object wants the record fields specified as node attributes.
Read all the article...