I'm pretty new with xslt and have come across a situation where i need to split a string and take in the last element. The hierarchy of the string is not consistent but the idea is whatever the length of the string, i can take and read out the last element.
string: "top.level1.level2.level3.level4" * split the string by "." and print the last element "level4"
appreciate the help!!!