Subject: [xsl] Create word elements from a string From: Larry Hayashi <lhtrees@xxxxxxxxx> Date: Wed, 28 Oct 2009 13:44:43 -0700 |
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
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] nodes() before and after , Mario Madunic | Thread | Re: [xsl] Create word elements from, G. Ken Holman |
Re: [xsl] nodes() before and after , Martin Honnen | Date | Re: [xsl] Create word elements from, G. Ken Holman |
Month |