hi iam new to xslt iam trying to add an image background using xslt attribute
div style="width:720px;height:439px;float:left;background-image:url('../images/portal_home/kcp_home-login-image.gif');">
in the above div i am calling an image url i want to replace that hard coded url part with xsl:value-of select > tag i tried with a coding like
div style="width:720px;height:439px;float:left;background-image:url('xsl:value-of select="item[
@name='Home_Guest']/value/item[
@name='Home_Guest']/value/item[
@name='Upload_image']/value/text()" disable-output-escaping="yes"/>');">
but its throwing error.its not compiling while generating out put from xml
if somebody give a solution it will be very helpful.thank you