xsl-list
[Top] [All Lists]

breaking string into substrings or arrays

2005-04-19 07:56:38
Hi

Is it possible to break up a text() node which contains a string for e.g.

<Value>[Alpha, Beta, Gamma]</Value>

into

<Value>Alpha</Value>
<Value>Beta</Value>
<Value>Gamma</Value>

?
Is there any equivalent for arrays in XPath to break a long string as above based on a token such as comma (,) ?

Regards
Rahil



--~------------------------------------------------------------------
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>