frameset question

Subject: frameset question
From: "Yu, Meng" <Meng.Yu@xxxxxxxxxxxxxxxxx>
Date: Thu, 23 Sep 1999 10:51:25 -0700
Hi, all:

I am new to XSL. I just came across a problem which I haven't found an
answer. I want to simply use target attribute in my xsl file, so that data
can be displayed in another frame, but not successful. I guess there should
be an easy way with current version XSL supported by Internet Explorer 5.
Thanks in advance for any of your help. Following is what I have in my mind,
which didn't redirect to another frame.

 <a>
	<xsl:attribute name="href">
		<xsl:value-of select="URL"/>
	</xsl:attribute>
		<xsl:attribute name="target">
			<xsl:value-of select="TARGET"/>
	</xsl:attribute>
	<xsl:value-of select="COURSE_NAME"/>
</a>

-Meng


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread