I need to change some of the element names in the original XML. I am trying to do this with XSLT, but can\'t get it to work.
Here is a sample of XML:
&l
For anything like this, start with an identity transform:
This will just copy every node. But then you add additional templates to do what you need:
This pattern should get you what you want.