How to map from an element to an attribute in XSLT
Hello everyone,
I am attempting to map multiple elements to attributes with the name and value to it but currently facing an issue with the XSLT.
For eg: The final output should look like <EM-ATTRIBUTES><EM-ATTRIBUTE name="Center">74</EM-ATTRIBUTE><EM-ATTRIBUTE name="Ground">234</EM-ATTRIBUTE></EM-ATTRIBUTES>
and the XSLT template looks like the following image:
Can you please support me with this issue?
Thanks
0