[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

IE6 v IE5.5

Subject: IE6 v IE5.5
From: "Higgins, Barry" <bhiggins@xxxxxxxxxx>
Date: Fri, 14 Mar 2003 10:00:15 -0000
ie5.5 ie6
I'm wondering if any one can help with a problem,

it works fine under Internet explorer 6 but once I run it on an IE5.5 machine
the links to the bookmaks fail the problem as far as I can see is with the
second bit where I define the bookmark I don't know if it's a problem with
the name="name" bit of <xsl:attribute name="name">
I've also had to revert back to the long winded "attribute name=" syntax
instead of using the {}  .. is this just not recognised under IE5.5
Any help would be appreciated.

I'm setting out a list of headers here which are links to courses as set out
in the second piece of code. (I've removed any irrelevent code).

	<xsl:for-each select="RootElement/section">
	<table>
		<xsl:for-each select="college">
			<tr><td>
				<a target="_self">
				<xsl:attribute name="href">
					#<xsl:value-of select="@name" />
				</xsl:attribute>
				<xsl:value-of select="@name" />
				</a>
			</td></tr>
		</xsl:for-each>
	</table>
	</xsl:for-each>
	
	<xsl:for-each select="RootElement/section">
	<xsl:for-each select="college">
	<table>
	   	<tr><td>
			<a>
    			<xsl:attribute name="name">
    				<xsl:value-of select="@name" />
    			</xsl:attribute>
    			<xsl:value-of select="@name" />
    			</a>
    		</td></tr>
 	</table>
	</xsl:for-each>
	</xsl:for-each>
	
Thanks,
Baz


*****************************
This message has been delivered to the internet by the Revenue internet mail service.
*****************************

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


Current Thread
  • IE6 v IE5.5
    • Higgins, Barry - Fri, 14 Mar 2003 04:59:43 -0500 (EST) <=
      • <Possible follow-ups>
      • Jarno . Elovirta - Fri, 14 Mar 2003 05:10:30 -0500 (EST)
        • XSLList - Fri, 14 Mar 2003 08:45:58 -0500 (EST)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.