Hi All,
I have the attached xml and xsl, xml being the input to the xsl. The xml contains two account numbers and the xsl will print the account numbers.
Now what we need is, number of variables equal to no: of account numbers in the xml, to be declared in the xsl. Then use those variables to print the account numbers. Example, for the attached xml, in the xsl, we may have dynaReq1 containing first account number and dynaReq2 containg second account number and then use these two variables to print the accounts. In case we have three account numbers, there should be three variables holding the information. Please let us know how to do this as we have a requirement for holding the accountnumbers in different variables.