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: getting multiple values


P Vikram wrote:
> Hi
> 
> Can anybody help.iam getting alternate values.Iam
> getting 2,4,6.
> 
> testvar = testXML.documentElement.selectNodes("ID");
> 		
> 		idarray = new Array();		
> 					var j =0;
> 		while (testvar.nextNode()){
1st nextNode
> 			alert(testvar.nextNode().text);
2nd nextNode
> 			
> 		}
You are getting what you are doing here.

-- 
Oleg Tkachenko
Multiconn International


 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]