XSLT Function very urgent
Hi ,
i have a xml say
<a>
<b>mapping</b>
</a>
i have a expression say
<xsltransform><mapname>/a/b</mapname></xsltransform>
i need a xsl function where in it will give me the result as
<xsltransform><mapname>mapping</mapname></xsltransform>.
Bottom Line is :-
i have a string in that string i have a xpath i need to evaluate the xpath using xsl . Is there is any function like that ?
i can use concat like
concat('<xsltransform><mapname>',/a/b,'</mapname></xsltransform>');
Is there is any function with out any modifications to the expression i can get the result ?
Its very urgent to me .
Can some help me out from this .
Thanks & Regards,
Sasi.A
A. Sasi
__________________
A. Sasi
|