Re: How do I count number of nodes?

Subject: Re: How do I count number of nodes?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Jun 2000 17:47:09 +0100 (BST)
>  {count(*)} as the value of colspan.

That is XSL (XSLT) but 

> <xsl:eval>selectSingleNode("column-header"

that is not XSL at all it is the system implemented in IE5.
It is called XSL in the Microsoft documentation but only has historical
similarities to the final XSLT recommendation.

Your best bet is to get the preview web-release of MSXML from the
microsoft site and use it to update your IE to use the same XSl language
as the rest of the world.

> A quick question about this XML DOM Reference- is the syntax in there 
> specific to Microsoft and IE? Or can this be used with any parser?

MS specific.

David


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


Current Thread