Hey,
On 10/01/2008, Jeroen Reijn <[EMAIL PROTECTED]> wrote:
>
> - Are you actually using the cleaner? It would force the html and body
> around it.
Yes:
<rule for="/document/foo">
<binding-class>nl.hippo.cocoon.forms.binding.HTMLAreaBinding
</binding-class>
<convertor type="htmlcleaner"
config="cocoon://editing/cf2/HtmlCleanerConfiguration.xml" use="datamodel"/>
</rule>
- Perhaps some post processing is interfering?
There is indeed postprocessing but nothing I'd expect to break it. Two
matches on other fields entirely, and a catch-all:
<xsl:template match="@*|node()">
<xsl:copy>
<xsl:apply-templates select="@*|node()" />
</xsl:copy>
</xsl:template>
This only seems to happen on imported content and not new content, so it's
possibly a bug with the content somehow (though it looks clean enough).
Andrew.
--
Sourcesense: Making sense of Open Source
Tel: +44 (0)870 741 6658 Fax: +44 (0)700 598 1135
Web: http://www.sourcesense.com/
********************************************
Hippocms-dev: Hippo CMS development public mailinglist