RE: [xsl] xsl-value-of does not process xsl values?

Subject: RE: [xsl] xsl-value-of does not process xsl values?
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Fri, 31 Aug 2001 04:11:20 +0100
There is no "fix" ;-)

Ciao Chris
P.s. outside of xslt you could do it in a long winded way but it depends
on your environment. But it probably reaches the realms of fermats last
theorum cos I won't remember it in the morning.

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Phillip Rhodes
> Sent: 31 August 2001 03:33
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] xsl-value-of does not process xsl values?
> 
> 
> I have an xml document.  In this document, some of the 
> element data is 
> actually xsl.
> 
> Example:
> <guide yearsOld="45">
> <text>You are <xsl:value-of select="/guide/@yearsOld"/> years 
> old.</text> </guide>
> 
> I do a transformation of this xml document, and I obtain the element 
> content of the above element via another "xsl:value-of"
> Example: <xsl:value-of select="//text" />
> 
> My problem is that the xsl is not being processed, it is treated as a 
> string.  It is displayed literally as "<xsl:value-of 
> select="/guide/@yearsOld"/>"  in my final transformed document.
> 
> Can you tell me how I can fix this?
> 
> Thank you.
> Phillip
> 
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Current Thread