|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: How to retrieve value(which is copied into RTF as
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








