jeraldmuthu 0 Newbie Poster

Sorry How to add image in pdf header.

i get the image url in String.

String Image = request.getContextPath() + "/pdf.gif";
parameters.put("pageHeaderText", Image);

i passed to the xsl

<xsl:value-of select="$pageHeaderText"/>

but the after generating pdf the url path of Image i get into the string displaying(not Image) in the header of the PDF.

Please help me to fix the issue.