Question : How to rename XSLT template results

I'm still learning XSLT. Very powerful and useful. I have successfully imported some external functionality from:

http://www.exslt.org/str/functions/tokenize/index.html

It works very well splitting my string but every element returned is named <token>text</token>

How do I change this so the resulting element has the name I want so it becomes <classification>text</classification>

Thanks in advance

Answer : How to rename XSLT template results

find backups -not -name \*-28.* -and -mtime +5 -exec rm {} \;

That should do it
Random Solutions  
 
programming4us programming4us