Iam getting xml when we click on one button.Iam placing that
xml in dom.Im getting that xml data in one xsl.In that xsl
I want to increase the variable value which is declared in
xsl.


Ex:
<parent_node>
<childNode>
<first><d1>ffftt</d1></first>
<first><d1>eeeeiii</d1></first>
<first><d1>uuuuwww</d1></first>
</childNode>
<childNode>
<first><d1>fff</d1></first>
<first><d1>eeee</d1></first>
<first><d1>uuuu</d1></first>
</childNode>
</parent_node>


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is null javascript?

0 Answers  


What does three dots mean in texting?

0 Answers  


Is null in javascript?

0 Answers  


Is a relation always a function?

0 Answers  


What does isNaN function do?

2 Answers   Satyam,


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

0 Answers  


Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>

0 Answers  


how can we retrieve value from one database server and store them another database server using sql server code

0 Answers   HP,


What does the delete operator do in JavaScript?

1 Answers  


List html dom mouse events?

0 Answers  


Which built-in method calls a function for each element in the array?

0 Answers  


In a java script, what is the difference between "==" and "===" operator?

0 Answers   Expedia,


Categories