| Subject: Re: [xsl] using different templates From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Tue, 03 Dec 2002 19:51:22 +0100 | 
Hi there! I am having a mainMenu.xsl page which gets accessed from two links 1. login 2. redirect
When I login successfuly, at server side I create an xml document called - login
Some variables - x & y in mainMenu.xsl will be populated through "login".
At some pages I do redirect - I create an xml document called - redirect
And again the same variables - x & y (as in above case) will be populated through "redirect".
I did this and it didn't work... <xsl:template match="/"> <xsl:variable name = "sName"> <xsl:value-of select="./uSession/sName"/> </xsl:variable>
<xsl:variable name = "sid"> <xsl:value-of select="./uSession/sid"/> </xsl:variable> </xsl:template>
I can't go for having same name for the document beacuse this type of overlap happens with other pages too.
how can i achieve this?? Any suggestions will be of great help.
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] using different templates, Madhavi Thottempudi | Thread | RE: [xsl] using different templates, Michael Kay | 
| Re: [xsl] filter --much sorry for ", Paul | Date | RE: [xsl] qualitative decline of xs, Martinez, Brian | 
| Month |