Hi,
> What you are doing right now is adding the <img> element
> to your output
> tree.
No, he's generating an RTF and binging that to a variable.
> If you need the value of img in your variable, then you
> need to use
>
> <xsl:value-f select="..."/> construct.
xsl:value-of instruction extracts the string value of whatever's selected, and
img elements in XHTML are empty element, so you'd ge nothing.
> Adding the string representation of your img element shouldn't be too
> difficult.
img is an empty element, it's string representation is an empty string.
Cheers,
Jarno
| Current Thread |
|
omprakash . v - 28 Feb 2005 11:21:41 -0000
Jarno.Elovirta - 28 Feb 2005 11:27:16 -0000 <=
Jarno.Elovirta - 28 Feb 2005 11:27:33 -0000
|
|