<?xml version="1.0" encoding="iso-8859-1"?>
<graph caption='Decline in Net Interest Margins of Asian Banks (1995-2001)' subCaption='(in Percentage %)' yaxisname='Points' xaxisname='Country' numdivlines='3' zeroPlaneColor="333333" zeroPlaneAlpha='40' numberSuffix='%'>
<set name='Taiwan' value='-0.33' color='F23456'/>
<set name='Malaysia' value='-0.27' color='FF6600'/>
<set name='Hong Kong' value='0.40' color='009966' />
<set name='Philippines' value='0.6' color='CC3399'/>
<set name='Singapore' value='-0.8' color='FFCC33' />
<set name='Thailand' value='-2.2' color='F23456'/>
<set name='India' value='1.2' color='FF6600'/>
</graph>
Ive got some xml data here shown above, but instead of having this sample data I want to include some PHP variables i have already set, for example, instead of having Taiwan, it would display the value stored in the php variable $CountryName ??.
Is it possible to do this? if so how would i go about it? maybe to have an 'include' statement in the xml, to include the PHP variables? Or maybe to embed the XML into my php file? (although ive tried to do this and it doesnt seem to work as i saved it as a PHP file)
Any help is appreciated!
Thanks
Ash
My new web design domain
www.askmultimedia.co.uk