Re: [xsl] Unique Text

Subject: Re: [xsl] Unique Text
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 22 Jan 2001 16:48:29 GMT
>  but can I do words too?

yes, but to be honest you probably don't want to (it'd take some rather
hairy rrecursive templates, probably) Can't you just pass perl over the
input forst and make every word be marked up as
<word>this</word> <word>is</word> <word>a</word> <word>word</word> 
which would make your life so much easier.

It was mentioned on this list the other day that saxon has an extension
function to tokenise white space separated strings as a node list,
which would be an equivalent suggestion

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread