Re: Is childNumber a MSXML function?

Subject: Re: Is childNumber a MSXML function?
From: "Chuck White" <chuck@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 03 Nov 1999 08:17:58 -0800
You'll find this helpful when determining which attributes can be used with
xsl:if and other elements:

http://www.w3.org/TR/xslt#dtd

You won't find the expr attribute in there for this element.

--chuck


Chuck White
Creative Director
ADVANCE Recruitment Advertising, Inc.
chuck@xxxxxxxxxxxxxxxxxxxxxx
PH:  (650) 261-1060
FAX: (650) 261-1061
http://www.advancerecruitment.com
author of Internet Explorer 5 Developer's Guide, IDG Books
Mastering XML, Sybex Books

----------
>From: "Paul Johnson" <paul@xxxxxxxxxxxxxxx>
>To: XSL-List@xxxxxxxxxxxxxxxx
>Subject: Is childNumber a MSXML function?
>Date: Wed, Nov 3, 1999, 7:21 AM
>

> I have a piece of code in my XSL file that looks like this:
>
><xsl:if expr="(childNumber(this) % 2) == 0">
>
>It renders great in IE5, but when I try to use in in Cocoon, it totally 
>craps out.  I am just trying to make my style sheet according to the 
>standard, not Microsoft standard.
>
>Thanks IN advance,
>
>Paul R. Johnson
>
>
> 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