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

How we can add title of the page by javascript?

0 Answers  


How will you get the checkbox status whether it is checked or not?

0 Answers  


Can you pass a anonymous function as an argument to another function?

0 Answers  


Explain the role of deferred scripts in javascript?

0 Answers  


Why javascript is dangerous?

0 Answers  






What is triple dot in javascript?

0 Answers  


What is a function in javascript and how does it work?

0 Answers  


How we can get the value of an element using javascript?

0 Answers  


What is the difference between .call() and .apply()?

0 Answers  


Can we learn javascript without knowing java?

0 Answers  


What is the best site to learn javascript?

0 Answers  


What creates scope in javascript?

0 Answers  


Categories