|
Subject: [xsl] netscape vs internet explorer From: Frederic Leclercq <frederic@xxxxxxxxxxxxx> Date: Wed, 20 Feb 2002 10:28:59 +0100 |
Hi,
I would like to check in my XSL if the client is a nn or a msie user...
Depending on that, the user should see another <table><tr><td></td></tr></table> all the rest in the page is the same...
how can i check that in XSL ? if not i can give it with a parameter to the xsl, but then i have following problem :
<xsl:variable name="spatielijn">
<xsl:choose>
<xsl:when test="string-length($spatie)=2">
  <!-- this is only when it is a nn user!) as i send or "NN" (2) or "MSIE" (4)
</xsl:when>
</xsl:choose>
</xsl:variable>
Now, how can i do something as :
if (spatielijn.equals(" ")) {
out.println("Netscape");
} else {
out.println("MSIE");
}
but then in xsl format ?
Thanks in advance,
Fred.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] netscape vs internet expl, Frederic Leclercq | Thread | Re: [xsl] netscape vs internet expl, Oleg Tkachenko |
| [xsl] xslt - editor, Frederic Leclercq | Date | [xsl] XSLT 2.0 - When?, Jakub . Valenta |
| Month |