Generating XSL for the given XML [modified]
-
Hello all, I have an XML whick has the details regarding the function names and parameters. I'll have to display the details in a table format. The sample XML and table format required are given below: XML Format: input value unit input value sdg sdg sdg sg sgd sdg sdg sg sgd sdg sdg sdg sdg TABLE FORMAT: __________________________________________________________________ Function Name Results ____________________________________________________ Input Name Value Unit Low High /Output Limit Limit ___________________________________________________________________ Samp1 Output Abc 786 - - - ___________________________________________________________________ Samp2 Input Xyz 909 M 10 100 _____________________________________________________ Input Pqr 9899 X - - _____________________________________________________ Output Zzz 8899 - - - ___________________________________________________________________ The number of input and output parameters for every function may vary. Please help me out in generating the XSL for this XML. I had tried it out but am not able to align them properly. I want the table width to be 100% and not more than that. Thanks in advance. Madhu