xsl-list
[Top] [All Lists]

New to XSL

2005-12-20 09:20:37
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.






--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>