Help: XSLT, creating output elements at runtime
Hi, I am a newbie to using xslt and have a question regarding the ability to add elements during runtime!
I have an input xml with a numerical value and on the output xml I need to create x number of elements of the same structure.
Is it possible to create a function that accepts an input variable of the number and then has a for each loop that copies an output node within each loop
|