New to XSLT/XML transformations and in need of some basic help if possible.
I have an XML file which is similar to
<inputName attribute1="renameUsingThis"> Data </inputName>
I require the output to be
<renameUsingThis attribute1="renameUsingThis"> Data </renameUsingThis>
I’ve seen some examples on here, but can’t tweak to how I need it and don’t know enough to reverse engineer at the moment.
Thanks in advance.
Try this:
You may test transformation here: http://www.xsltcake.com/slices/4DKz0w