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

Why is javascript so important?

0 Answers  


What is postback in javascript?

0 Answers  


What is the difference between undefined and not defined in JavaScript?

0 Answers  


Explain higher-order functions in javascript?

0 Answers  


How many functions are there in javascript?

0 Answers  






What are the different types of errors supported by javascript?

0 Answers  


What are the Advantages and Disadvantages of JavaScript?

0 Answers  


Event bubbling and Event Capturing in JavScript?

0 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


How can a value be appended to an array?

0 Answers  


How do you send a message to the browser in JavaScript?

3 Answers   Four soft, Vsys,


How would you check if a variable is null/undefined?

0 Answers  


Categories