I want to create a graph using Highcharts plugin and the data should be parsed as an XML file.The XML file data2.xml is,\[code\]<data> <row><t>1347559200</t><v>2.1600000000e+01</v></row> <row><t>1347562800</t><v>2.1504694630e+01</v></row> <row><t>1347566400</t><v>2.1278633024e+01</v></row> </data>\[/code\]The HTML coding is,\[code\]<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>line chart</title></head><body><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script><script src="http://stackoverflow.com/questions/14581974/highcharts.js"></script><script src="http://stackoverflow.com/questions/14581974/exporting.js"></script><div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div><script type="text/javascript">$(document).ready(function(){ options = { chart: { renderTo: 'container', type: 'spline' }, title: { text: 'Temperatures' }, subtitle: { text: 'An example of time data in Highcharts JS' }, xAxis: { type: 'datetime', dateTimeLabelFormats: { // don't display the dummy year month: '%e. %b', year: '%b' } }, yAxis: { title: { text: 'T (