RE: [xsl] Attribute count

Subject: RE: [xsl] Attribute count
From: Emmanuel Oviosa <Emmanuel.Oviosa@xxxxxxxxx>
Date: Mon, 17 Jun 2002 14:45:14 +0100
Thanks Henk. Have a nice week.

-----Original Message-----
From: Henk Meulekamp [mailto:henkm@xxxxxxx]
Sent: 17 June 2002 13:26
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] Attribute count



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

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


Current Thread