Hi,
I have a xml structure with a tag with text like 1.1, 2.2, 3.3
How can write an XPath to get the output to print the number one by one in each line like 1.1 in first line and 2.2 in next line and so on.
The XPath logic should be something to replace the ',' with
and get the above output. I am using XSLT 1.0. Please suggest