xsl-list
[Top] [All Lists]

Re: Interesting issue

2002-11-22 03:52:11
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



<Prev in Thread] Current Thread [Next in Thread>