split sting in xsl for content with /

Posted by kristina on Stack Overflow See other posts from Stack Overflow or by kristina
Published on 2010-06-15T17:07:12Z Indexed on 2010/06/15 17:12 UTC
Read the original article Hit count: 258

Filed under:
|
|

I have some content being pulled in from an external xml with xsl. in the xml the title is merged with the author with a backslash seperating them.

How do I seperate the title and author in xsl so I can have them with differnt tags

The Maze / Jane Evans

to be

The Maze

Jane Evans

Thanks

© Stack Overflow or respective owner

Related posts about Xml

Related posts about string