[xsl] Peserving html in xsl:value-of select

Subject: [xsl] Peserving html in xsl:value-of select
From: John Steel <john.steel@xxxxxxxxxxxxxxx>
Date: Wed, 14 Feb 2007 17:14:45 +0000
Hi,

This is the XML fragment
<faq>
 <q>
  Question one.
 </q>
 <a>
  The answer is <a href='here.jsp'>here</a>.
  </a>
</faq>

When I use <xsl:value-of select='a' /> at the appropriate place all I get out is
The answer is here
i.e. no tags are preserved. What have I missed please, and to avoid similar basic questions where could I have gone to find out please?



-- -------------------------- http://www.phonewebcam.com john.steel@xxxxxxxxxxxxxxx

Current Thread