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

RE: xsl:import help

Subject: RE: xsl:import help
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Fri, 31 Mar 2000 13:01:38 -0800
RE: xsl:import help
Then how can I get the attribute value with XSLT namespace?.Cause only when
I use the MSXSL it works.


This is my code.

<Login>
  <Loginscreen text1="Enter your userid and password" text2="Userid"/>
</Login>

XSL File

<xsl:template match="Login">
 <xsl:for-each select="Loginscreen">
  <xsl:value-of select="@text1"/>
  <xsl:value-of select="@text2"/>
 </xsl:for-each>
</xsl:template>


I know this is a basic question but believe me if I do not use the MSXSL
namespace the attribute values are not displayed in IE5.why?




> -----Original Message-----
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: Friday, March 31, 2000 8:51 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: xsl:import help
> 
> 
> 
> > why is that?.Is it something to do with IE5?. 
> 
> _anything_ involving  xmlns:xsl="http://www.w3.org/TR/WD-xsl
> is to do with ie5.
> 
> 
> IE5, if you have installed the new parser in replace mode, 
> implements two
> languages that are essentially completely different.
> 
> One (which is what this list is about) is called XSLT and uses
> elements from the namespace http://www.w3.org/1999/XSL/Transform
> the other one (which is called XSL in the microsoft documentation, but
> otherwise known as MSXSL) is based on an early draft of XSLT together
> with some microsoft extensions. That uses http://www.w3.org/TR/WD-xsl
> 
> If you try to combine these two languages into one sheet by the
> use of xsl:import then perhaps something happens but I think you
> are on very thin ice, I would not rely on any behaviour at all:-)
> 
> The microsoft XSLT implementation is rather new and currently 
> incomplete
> you need to check that the features you are using have been 
> implemented
> yet. 
> 
> David
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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.