I have the following XML document: <document> <my_tag> <xsp:logic> istance.myMethod(); </xsp:logic> </my_tag> </document>
and I have also the following XSL stylesheets: explorer.xsl netscape.xsl wap.xsl etc..... So far all is ok. Now, I'd like to call myMethod() functionally to the device that makes the request. myMethod() is "static" and it does always the same things because I can not discriminate between the devices that access to the system. So I'd like to have an XSP tag like this: <xsp:if device="WAP"> istance.myMethod("something"); </xsp:if> <xsp:if device="EXPLORER"> istance.myMethod("something else); </xsp:if> Please, somebody can give me an hint for this issue. Thanks. --- Outgoing mail is certified Virus Free. (CopyRight FLASHH!) Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.323 / Virus Database: 180 - Release Date: 08/02/02 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]