This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Unique Text



>  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]