In XSLT there is the
to get the value of an element, but is there something to select the tag-n
For those interested, there is no:
However you can re-create the tag/element by going:
This is useful in an xslt template that for example handles formatting data values for lots of different elements. When you don't know the name of the element being worked on and you can still output the same element, and modify the value if need be.