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: Fwds Compat/Fallback Conformance Puzzles


From: Andrew Kimball [mailto:akimball@microsoft.com]
Sent: Monday, May 15, 2000 9:19 PM
> 
> 1.
> <y xsl:version="1.1">
> 	<xsl:for-each select="//author">
> 		<xsl:sort-1.1 select="first-name">
> 			<xsl:fallback>
> 				<xsl:sort select="last-name"/>
> 			</xsl:fallback>
> 		</xsl:sort-1.1>
> 	</xsl:for-each>
> </y>

Excuse the naiveté, but what is an XSLT processor expected to do with an
element called sort-1.1?  Shouldn't it raise an error for an unknown XSL
element?

David Hunter
MobileQ
david.hunter@mobileq.com
http://www.mobileq.com


 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]