mhkay
actually you know what is happening, i am first converting input string into XML tree and then passing it to DataSet and in DataSet it is taking as [u]<Name></u>, ok i know this forum is not related to DataSet, but the thing is that in DataSet data resides in form of XML we can access that data through XSLT, XSLT treats DataSet as XML File,
so it gives error for this. [u]<</u>. i tried to use this
[u]<xsl:value-of select="replace('Name','<','<')" /></u> but then how for the [u]></u>. any help
I Love XML and family
|