[Home] [By Thread] [By Date] [Recent Entries]
Hi,
I am new to XSLT and want to do the following but do not know if it is possible or not. Any help or references to sources would be greatly appreciated. I have an XML file with the following element: <textarea sep=" 
 
:" 10 20 30 40 50 </textarea> And I would like to be able to transform it into: <datum> 10 </datum> <datum> 20 </datum> <datum> 30 </datum> <datum> 40 </datum> <datum> 50 </datum> Is this possible with XSLT? Thank you in advance for any help. Richard.
|

Cart



