split string and make elements in xslt 1.0 -
i want split string , reproduce content in different tags
input
<sample>8.1 learning xslt in 24 hours, 198</sample>
output
<sample><number>8.1</number><title>learning xslt in 24 hours,</title><pages>198</pages></sample>
note:i want split data based on space.
thanks, muthu
Comments
Post a Comment