[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: [xsl] xsl-value-of does not process xsl values?
From: Phillip Rhodes <rhodespc@xxxxxxxxxxxx>
Date: Thu, 30 Aug 2001 22:32:49 -0400

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



Current Thread
Keywords