Re: [xsl] Interesting issue

Subject: Re: [xsl] Interesting issue
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 22 Nov 2002 03:52:11 -0700 (MST)
Nischal Muthana wrote:
> [...]
>     <xsl:value-of select="result:GetData($Data)"/>

In addition to what Michael Kay and David Carlisle said,
your problem could be as simple as the fact that you are
using xsl:value-of instead of xsl:copy-of.

xsl:value-of means "create a text node in the result tree,
using the string-value of the result of evaluating this
XPath expression" which is probably not what you want.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread