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

Namespaces and IE5.5 (not IE 5.0)

Subject: Namespaces and IE5.5 (not IE 5.0)
From: Don Bruey <dbruey@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Jul 2000 14:16:56 -0400
Namespaces and IE5.5 (not IE 5.0)
I have learned a great deal from the FAQ about namespaces but can't find any
IE5.5 -specific info on which namespaces "mean" something to IE5.5. (Not
IE5.0)  I have the following three lines in my .XSL

<!-- some XSL -->
<xsl:for-each select="//XML_Trans_Temp[Account='100' or Account='108']"> 
	<xsl:apply-templates select="." /> 
</xsl:for-each> 
<!-- some XSL -->

If I start off with this namespace, I'm okay with this and get the output I
want, no problem
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">  

If I start off with this, I get no output.  
<xsl:stylesheet xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
version="1.0"> 

I assume that it's because IE5.5 doesn't associate
"http://www.w3.org/1999/XSL/Transform" with a namespace.  

Question:  How do I know specifically which namespace identifiers IE5.5
"knows."  I would like to try using some of the new-to-IE5.5 functionality
such as preceding-sibling, etc. but IE5.5 doesn't appear to recognize them.
(Perhaps I am using preceding-sibling wrong, don't know.)  A further
question would be which namespaces cover which XSL functionality, if one
doesn't cover them all. 

I have also scoured MSDN, etc. and can't find anything along these lines.
TIA. 

Don Bruey
Lead Software Developer
Creative Solutions



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


Current Thread

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.