Category "parsing"

Explode not working properly with dash

We have this string : "Il Responsabile della Sicurezza nelle gallerie – 1° PARTE" and we want to get two part of it: Il Responsabile della Sicurezza

XSLT: How to parse out an element into multiple variables

I am trying to parse out full name out of a single field and store them into different variables so I can use them uniquely as FirstName, MiddleName, LastName.