Please any one help me on converting XPath value to dot (full stop) separated.
E.g: Z12s to Z. 12.after 1st char need put dot and after 2 char dot then every 2 chars do
If you don't know the length of the input string, you will need to use a recursive named template for this, such as:
.
Demo: https://xsltfiddle.liberty-development.net/pNmC4HF