i m facing small issue my xml which looks like this mentioned as bellow for this i m writting a logic in xslt but i cant able to re开发者_Python百科ach output can any one help me please kindly asap
I\'m looking for an elegant way to return multiple values from one subtemplate. why? - I have a subtemplate with a recursive loop that ret开发者_Python百科urns the max value of a node in an xml. I al
Does anyone know of a list of XSLT instructions/functions that change the context node? 开发者_JS百科
I have an XML from customer where I cannot be certain of the namespace. I need to replace value of some attribute. Here is the input XML example:
I am processing an XML document from within directory A in X (X -> A) using an XSLT stylesheet that uses the document() function to dynamically build a directory path to another XML document in N... t
How can I test if value of element is a number / is castable to number? What I need to do is to copy value if it is a number, and substitute it wi开发者_开发问答th 99 if it is a stringstring(number($
I\'m trying to get the highest value of the sum of the childs of each cluster. cluster1 : 10 + 20 = 30
Not sure if this is possible, but trying set up something that doesn\'t make me have to type exslt:node-set when pull开发者_开发技巧ing values from a dynamically created node block. I am storing the e
Update: The issue still persists although it 开发者_Python百科is not quite the same as before. Below is an example of what is being input, what is being output and what I want to have output
I would like to know, is there is any way to do random sorting in XSLT 1.0? Here is my XML <root><DO status=\"a\">text comes here</DO><DO status=\"b\">text comes here</DO&