spaces in xml sheet

wxdqz

New Member
i hve genrated an xml data sheet through ASP whchi give me data as below:

<sample>
<sam1>hi..!!</sam1>
<sam2>great</sam2>
</sample>

everything is working fine, but now wat i want is a space before every data that is :

<sample>
<sam1> (space) hi..!!</sam1>
<sam2> (space) great</sam2>
</sample>

Plz help..!!

Retesh
 
Back
Top