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
What is the function of javascript?
How to create objects in JavaScript?
What are exports & imports?
Why typeof null is object?
What is console.log()?
WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?
What are the benefits of learning javascript?
If we want to return the character from a specific index which method is used?
How to convert “20” to number in javascript?
How can a value be appended to an array?
What is design pattern in javascript? Explain
Is there an alternative to javascript?