RE: [xsl] xsl:variable question

Subject: RE: [xsl] xsl:variable question
From: "Kai Hackemesser" <kaha@xxxxxx>
Date: Mon, 28 Feb 2005 12:35:33 +0100 (MET)
Hi, Jarno,

> Define "empty". The string value of the RTF the variable is bound to is 
> an empty string, but it has content.
> Are you using xsl:value-of to output the value of the variable to the
> result tree? Use xsl:copy-of if you are, as that copies the RTF to the 
> result tree.

Currently I'm debugging with oXygen Eclipse plugin, I placed an XWatch
expression on the variable I try to fill. After leaving the xsl:variable
node the value type is shown as ABC but no string content after that. 

It's ok to have it as string, but how do I get the "<img ...>" into the
string?

Regards
Kai

Current Thread