Hi,
what about this?
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">
<xp:text escape="false" id="computedField1">
<xp:this.value><![CDATA[#{javascript:var data = @Explode("A,B,C",",");@Implode(data,"<br>") }]]></xp:this.value>
</xp:text>
</xp:view>
Sven
[The only reason for the @Explode is to have multiple values]