I\'m new to XSLT. I wonder if it is possible to select a substring of an item. I\'m trying to parse an RSS feed. The description value has more text than what I want to show. I\
I wrote my own index-of function, inspired by strpos() in PHP.