This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Microsoft or W3C?


Please read the Microsoft documentation on what is supported, and in which
release.  Until complete XSLT support is available in all our products it is
important to check the deployment details before making any assumptions
about support.  See http://msdn.microsoft.com/xml.

> -----Original Message-----
> From: Medina, Edward [mailto:emedina@btg.com]
> Sent: Monday, March 27, 2000 8:14 AM
> To: 'XSL-List@mulberrytech.com'
> Subject: Microsoft or W3C?
> 
> 
> Hello there!
> 
> This is for anyone that could answer my question!
> 
> I am in a developing team that is creating a prototype of an 
> editor to use
> XML.  However, my question is 
> concerning XSL, and XSLT.  
> 
> Currently I am using the following code at the top of my stylesheet
> 
> <xsl:stylesheet
> 	xmlns:xsl="http://www.w3.org/TR/WD-xsl"
> 	xmlns="http://www.w3.org/TR/REC-html40"
> 	xmlns:fo="http://www.w3.org/1999/XSL/Format"
>                  	result-ns="fo">
>   <xsl:template match="//">
>  <HTML>
>      	<HEAD>
> 		<TITLE>
> 		</TITLE>
> 	</HEAD>
>  	<BODY>
> 		<xsl:apply-templates />
> 	</BODY>
>  </HTML>
> </xsl:template>
> 
> I am also using IE5  to view my results of any changes that I 
> make to the
> style sheet.  However, I've come accross some problems.
> One of the problems is that I am not able to use the 
> following XSL Elements
> 
> <xsl:arg>
> <xsl:choose>
> <xsl:for-each>
> <xsl:use>
> <xsl:otherwise>
> <xsl:when>
> 
> I always get the same error when trying to use these XSL 
> Elements, and I'm
> not sure why.
> The error that I get is:    Unknown method. (-->first-of-type()<--).
> 
> Is this a Microsoft (IE5) error or is it that its not part of the W3C
> standard?
> I also get the same error when trying to use the format style 
>  (ie fo:).
> 
> What am I doing wrong?
> 
> Eddy
> emedina@btg.com
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]