This involves wrapping the XHTML output into <div xmlns="http://www.w3.org/1999/xhtml"></div> and then canonicalizing the XML.
Doing it on the client-side would allow to get rid of 3 request interceptors:
RDFPostCleanupInterceptor
UpdateRequestCleanupInterceptor
MultipartRDFPostCleanupFilter
This involves wrapping the XHTML output into
<div xmlns="http://www.w3.org/1999/xhtml"></div>and then canonicalizing the XML.Doing it on the client-side would allow to get rid of 3 request interceptors:
RDFPostCleanupInterceptorUpdateRequestCleanupInterceptorMultipartRDFPostCleanupFilter