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

Re: count nodes with xsl

Subject: Re: count nodes with xsl
From: "Chuck White" <chuck@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Jul 1999 08:48:18 -0700
xsl count nodes
IE5 does not support the xsl:number element. You'll probably have to go into
the DOM IE5 supports and manage this stuff in script. Without knowing too
much about what you're trying to do, I would guess you'll want to access the
nodes like so:

YourNodeList = YourXmlDoc.getElementsByTagName("article")

This is assuming the "article" node is an element. You can use the "length"
property and "item()" method to manage a node list. I recommend going to
http://msdn.microsoft.com/xml/reference/scriptref/XMLDOMNodeList_object.asp
for more info on how to manage node lists in IE5, and
http://msdn.microsoft.com/xml/reference/xsl/start.asp for XML/XSL in IE5 in
general. IE5 is really quite different in the way it handles XSL than where
current standards are at.

regards,
Chuck White
Advance Recruitment Advertising, Inc.
chuck@xxxxxxxxxxxxxxxxxxxxxx
http://www.advancerecruitment.com

----------
>From: Siegfried Haag <Siegfried.Haag@xxxxxxxxxxxxxx>
>To: "'xsl-list@xxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxx>
>Subject: RE: count nodes with xsl
>Date: Thu, Jul 29, 1999, 8:52 AM
>

>Hi,
>
>thank you for the tip,
>but the IE5 doesn't know the function count().
>
>In what DOM-API is the xsl:number implemented ?
>
>Siegfried Haag
>
>
>You can use the Number function, but I don't know if IE5 implements it: 
>
><xsl:number value="count(article)"/>
>
>
>Hi,
>
>there is a need to show the number of nodes (of 
>the same name, for ex. "article" in a subtree of the
>XML document with xsl
>
>XML --- via XSL(in the IE5) --> HTML: number of articles: xx
>
>Siegfried
>
>
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>
> 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.