Subject: RE: How to open a page in xsl
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 23 Sep 2003 08:50:36 +0100
|
>
> So i know what the username is, now my problem is i am
> trying to open up www.yahoo.com if the username is
> xyz@xxxxxxxxx and www.hotmail.com if the username has xyz@xxxxxxxxxxxx
>
> I know i can use <xsl:if test="contain($username,
> 'yahoo')"> to check for the username, but then i don't
> know how to specify in the <xsl:if> to open up
> www.yahoo.com.
>
> Hope you understood my problem.
>
No, sorry, I don't. I haven't the faintest idea what you mean by
"opening up www.yahoo.com". XSLT transforms a source tree into a result
tree, where does "opening up" a web site fit into this?
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|