In XSLT, I have to assign some values to particular element and it should get print using Javascript. For example 123 is my input element data and I want to output in such a way that the element should display "123 3456" using Javascript code in XSLT.(I am using XSLT 1.0).
It will be a great help if someone can resolve this.