Mike Moran writes:
> Basically, all links are unique and so are all words. I know I can do
> unique links by grouping, but can I do words too?
its a bore in XSL, but you can do it. take each text node, and write a
recursive template to walk through word by word. unless you want to go
mildly mad, I'd suggest storing the results in a variable, converting
that to a nodeset (ie use the extension in most processors), and then
applying the sorting/grouping logic to the result.
sebastian
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Unique Text
- Mike Moran - Mon, 22 Jan 2001 11:22:33 -0500 (EST)
- Sebastian Rahtz - Mon, 22 Jan 2001 11:40:00 -0500 (EST) <=
- David Carlisle - Mon, 22 Jan 2001 11:50:15 -0500 (EST)
- Mike Moran - Mon, 22 Jan 2001 12:07:36 -0500 (EST)
|
|