I need to get my XSL to output some javascript - but I can't get it to not process it.
the line :
for (var i=1; i<split_good_string.length;i++) {
seems to mess it up (the error message being returned is "Element type
split_good_string.length must be followed by ">" or "/>"
How can I get it to stop processing this piece and just ignore it?
