xsl-list
[Top] [All Lists]

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

2007-02-14 10:21:22
use xsl:copy-of.

On 2/14/07, John Steel <john(_dot_)steel(_at_)phonewebcam(_dot_)com> wrote:
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(_dot_)steel(_at_)phonewebcam(_dot_)com


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--