Click to See Complete Forum and Search --> : spaces in xml sheet


retesh_gondal
04-28-2004, 11:35 PM
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

crh3675
04-29-2004, 07:26 AM
<xsl:text> </xsl:text>