xsl: how to split strings?
问题 I want to split an address on semicolons ( ; ) into rows separated by <br /> : e.g. if address = 123 Elm Street , I want to output 123 Elm Street , but if address = 123 Elm Street;PO Box 222 , I want to output 123 Elm Street<br />PO Box 222 and if address = 123 Elm Street;PO Box 222;c/o James Jones , I want to output 123 Elm Street<br />PO Box 222<br />c/o James Jones Is there a way to do this? (probably easy but I'm not that familiar with XSLT) The plain XSL selector is <xsl:value-of select=