Hi all,

I am writing a xsl file where I am assiging a value to a variable like

     <xsl:when test="($COMMONVAR='CUSTOMER/LAST_NAME')">
           <xsl:variable name="CREATED_BY_TAB">
              <xsl:value-of select="parent::TABLE/NAME"/>
                   </xsl:variable>

     </xsl:when>

After this I have to take the value of CREATED_BY_TAB in a select statement how 
can
I do this .Is it possible to decleare CREATED_BY_TAB as a global variable .HOw 
will
I achive this please let me know.

Regards

Savita.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to