This is the java script source which contains the xml in passed as a parameter for setDataXML method.
<script type="text/javascript">
var myChart = new FusionCharts("testswf/Funnel.swf", "myChartId1", "800", "400", "1", "1");
myChart.setDataXML("<chart caption='Funnel Chart Example' skipOverlapLabels='1' labelDisplay='Rotate' slantLabels='1' formatNumber='0' formatNumberScale='0' bgColor='CADCE6,F0F0F0' bgAngle='270' bgAlpha='100,0' exportEnabled='1' exportAtClient='0' exportFileName='ExampleExport' exportAction='download' exportHandler='/jsp/FCExporter.jsp' is2D='0' isSliced='1' showPlotBorder='1' plotBorderThickness='1' plotBorderColor='000000' streamlinedData='0' logoURL='C:/Documents and Settings/sahayaraj/Desktop/copyRights.gif' ><set label='Example1' value='10000' toolText='Example,10000'/><set label='Example2' value='9000' toolText='Example,10000'/><set label='Example3' value='8000' toolText='Example,10000'/><set label='Example4' value='7000' toolText='Example,10000'/><styles><definition><style type='font' name='captionFont' size='10'/></definition><application><apply toObject='CAPTION' styles='captionFont'/></application></styles></chart>");
myChart.render("chartdiv");
</script>