RE: [xsl] Attribute count

Subject: RE: [xsl] Attribute count
From: Henk Meulekamp <henkm@xxxxxxx>
Date: Mon, 17 Jun 2002 14:25:58 +0200
You can try this one:
	
XMLDOM.selectNodes("//row[1]/@*").length






| -----Original Message-----
| From: Emmanuel Oviosa [mailto:Emmanuel.Oviosa@xxxxxxxxx] 
| Sent: maandag 17 juni 2002 14:09
| To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
| Subject: [xsl] Attribute count
| 
| 
| Hi All,
| 
| I am not a guru yet so bear with me.
| introwCount = XMLDOM.selectNodes("//row").length gives me the 
| number of rows, so how do I find the number of attributes in a row?.
| 
| Thanks
| 
| 
| 
|  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