mahati schrieb:
I tried using xsl:copy-of, but it's printing html as raw text to the browser
That doesn't make sense. <xsl:copy-of select="$rtf"/> should copy the RTF to the output. Could you post an example?
Requirement here is to build a href dynamically and show it. Do you mean 'a' tag is ignored by Xalan 2.7.1, by the way, this problem is showing up only after we migrated to 2.7.1.
Xalan doesn't know about tags, it knows about element nodes. I don't think <a> elements are treated specially.
Please suggest.
I think I've already suggested a solution. Does it not work? Michael Ludwig