i am using XSLT 1.0 version and got stuck in translating a pattern. I need to translate string 'nn' with 'XZ'. Translate function is not working for me. Please suggest how this can be achieved in XSLT 1.0 version without writing seprate template for it in one liner.
i am using XSLT 1.0 version and got stuck in translating a pattern. I
Share
You can achieve this using recursive template: embedding tags in xslt