Hi, wouldn't it be better to prepare/pass the data in a more processable way? E.g. <f:for each="{singledata.reports}" as="report"> <h3>{report.title}</h3> <f:format.html>{report.bodytext}</f:format.html> </f:for> Cheers, Nikolas