The following code highlights the string replacement function in umbraco: The example below places a space after each comma (basically to help with the formatting) from values selected from a multiple drop down list ("placementHospital"). The important bit is highlighted. <?xml version="1.0" encoding="UTF-8"?> <! DOCTYPE xsl:stylesheet [ <! ENTITY nbsp "   "> ]> < xsl:stylesheet version = "1.0" xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" xmlns:msxml = "urn:schemas-microsoft-com:xslt" xmlns:umbraco.library = "urn:umbraco.library" xmlns:Exslt.ExsltCommon = "urn:Exslt.ExsltCommon" xmlns:Exslt.ExsltDatesAndTimes = "urn:Exslt.ExsltDatesAndTimes" xmlns:Exslt.ExsltMath = "urn:Exslt.ExsltMath" xmlns:Exslt.ExsltRegularExpressions = "urn:Exslt.ExsltRegularExpressions" xmlns:Exslt.ExsltStrings = "urn:E
Mark Downie - Umbraco 7 and Umbraco 8 (and umbraco 4) Developer - Code Snippets - Glasgow - Scotland
I am Mark Downie a web developer who uses the Umbraco CMS. You can see examples of my Umbraco web sites at: http://www.markdevelopment.co.uk If you have any questions, please contact me. Thanks