D
david.vantongerloo
hi ,
How do i get hold on text in a XML file an insert it to an ASPX page.
- <daily_statistics>
<day>1162166400.000000</day>
<user_total_credit>5859.155452</user_total_credit>
<user_expavg_credit>81.830293</user_expavg_credit>
<host_total_credit>491.812439</host_total_credit>
<host_expavg_credit>46.814941</host_expavg_credit>
</daily_statistics>
All a need is this line only :
<user_total_credit>5859.155452</user_total_credit>
To Text :
5859.155452
How ?
How do i get hold on text in a XML file an insert it to an ASPX page.
- <daily_statistics>
<day>1162166400.000000</day>
<user_total_credit>5859.155452</user_total_credit>
<user_expavg_credit>81.830293</user_expavg_credit>
<host_total_credit>491.812439</host_total_credit>
<host_expavg_credit>46.814941</host_expavg_credit>
</daily_statistics>
All a need is this line only :
<user_total_credit>5859.155452</user_total_credit>
To Text :
5859.155452
How ?