Good day to you all,
Here is what I am trying to do:
I am using an XSL transformation to change my input.xml in output.xml.
output.xml contains a set of rearranged tags from input.xml
One of the tag in input.xml is <id>value</id>
I would like the xsl to generate the output filename to be value.xml.
Basically:
Input.xml (contains tag <id>xxx</id>) => transformation.xsl => output.xml (output = xxx)
Thanks in advance for your help and advice