[Home] [By Thread] [By Date] [Recent Entries]
Ramkumar V wrote:
I want to display anchor element attribute value in browser, but it is in CDATA. <bk:text><![CDATA[Psychologists acknowledge that, as in the heroism of Sully Sullenberger, sometimes an individual’s best moments emerge<a class="page_break" name="page7"></a> amid the most difficult circumstances.]]></bk:text> <xsl:template match="bk:text"> <xsl:value-of select="." disable-output-escaping="yes"/> </xsl:template> would output the contents of the 'bk:text' element and if the XSLT processor supports disable-output-escaping that would result in a text node plus an 'a' element plus a text node in the result. Does that help? Or what exactly do you want to output, your subject says "element value", your text "element attribute value". -- Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
|

Cart



