我的data.xml文件为<?xml version="1.0" encoding="utf-8" ?>
<!--[if !supportLists]-->1. <!--[endif]--><graph caption='整点天气实况' xAxisName='(h)'
yAxisName='Units' showNames='1' decimalPrecision='0' formatNumberScale='0'>
<!--[if !supportLists]-->2. <!--[endif]-->   <set name='一月' value='462' color='AFD8F8' />
<!--[if !supportLists]-->3. <!--[endif]-->   <set name='二月' value='857' color='F6BD0F' />
<!--[if !supportLists]-->4. <!--[endif]-->   <set name='三月' value='671' color='8BBA00' />
<!--[if !supportLists]-->5. <!--[endif]-->   <set name='四月' value='494' color='FF8E46' />
<!--[if !supportLists]-->6. <!--[endif]-->   <set name='五月' value='761' color='008E8E' />
<!--[if !supportLists]-->7. <!--[endif]-->   <set name='六月' value='960' color='D64646' />
<!--[if !supportLists]-->8. <!--[endif]-->   <set name='七月' value='629' color='8E468E' />
<!--[if !supportLists]-->9. <!--[endif]-->   <set name='八月' value='622' color='588526' />
<!--[if !supportLists]-->10. <!--[endif]-->   <set name='九月' value='376' color='B3AA00' />
<!--[if !supportLists]-->11. <!--[endif]-->   <set name='十月' value='494' color='008ED6' />
<!--[if !supportLists]-->12. <!--[endif]-->   <set name='十一月' value='761' color='9D080D' />
<!--[if !supportLists]-->13. <!--[endif]-->   <set name='十二月' value='960' color='A186BE' />
<!--[if !supportLists]-->14. <!--[endif]-->
</graph>请教大家如何实现间数据表中的数据读出来,赋给1-12月份的值(怎么编程实现修改value的值)?