Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] How to retrieve value(which is copied into RTF as a variable) from RTF

From: "Ranjan K. Baisak" <ranjanbaisak@--------->
To:
Date: 1/4/2005 1:40:00 PM
I could able to solve it using 
<xsl:value-of select="attribute::*"/>

regards,
Ranjan
--- "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx> wrote:

> I have a RTF with following declaration
> <xsl:variable name="professionLevel"> 
> 		<xsl:for-each select="//profession">
> 			<xsl:variable name="nameval" select="@name"/>
> 			<xsl:variable name="parentval" select="@parent"/>
> 			<xsl:for-each
> select="exslt:node-set($leverreference)/*">
> 				<xsl:variable name="referid"
> select="@levelref"/>
> 				<xsl:if test="$referid=$parentval">
> 					<xsl:copy>
> 						<xsl:copy-of select="$nameval"/>
> 					</xsl:copy>
> 				</xsl:if>
> 			</xsl:for-each>
> 		</xsl:for-each>
> 	</xsl:variable>
> 
> Later I want to retrieve $nameval from
> professionLevel
> RTF.
> I tried with
> <xsl:for-each
> select="exslt:node-set($professionLevel)/*">
> 		<xsl:value-of select="."/>
> 	</xsl:for-each> 
> but it did not work. 
> Any suggestion?
> 
> regards,
> Ranjan
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Dress up your holiday email, Hollywood style. Learn
> more. 
> http://celebrity.mail.yahoo.com
> 
> 



		
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent