xsl-list
[Top] [All Lists]

[xsl] Create word elements from a string

2009-10-28 16:45:16
Is there a function in XSLT 1.1 that will extract words from a string?
I'd like to be able to take <text>Jill ran up the hill.</text> and get
the following:

<words>
  <word>Jill</word>
  <word>ran</word>
  <word>up</word>
  <word>the</word>
  <word>hill.</word>
</words>

Thanks,
Larry

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