Microsoft
Software
Hardware
Network
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/f
unctions/t
okenize/in
dex.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</clas
sification
>
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
how to replace all any chr(10)/chr(13) _not_ within html tags with a <br>
C# sharing variables or data between different classes
URGENT: Solaris virtual printer lpd printing setup
VPN 721 error
How to monitor users on WSS 3.0
SSRS Bar Chart
Custom Control Designer Error
.Net Application Security problem
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
Should I make a Drupal Theme from scratch?