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: How do I count number of nodes?



>  {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

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