[xsl] New to XSL

Subject: [xsl] New to XSL
From: "Richard Zhang" <richard_zhang@xxxxxxxxxx>
Date: Tue, 20 Dec 2005 11:20:37 -0500
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=" &#x000A; &#x000D:"
 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.

Current Thread