Hi Vincent,
<p><!--startimage:foo.jpg--><img
src="/xwiki/bin/download/currentdoc/
foo.jpg"/><!--stopimage-->
Excuse me for not knowing, but what are those two tags
<!--startimage:foo.jpg--> & <!--stopimage--> doing there ?
One more,
In the current implementation of office-importer, after converting office
documents into html and before applying any filters, the HtmlCleaner is
invoked so as to obtain a Document object (into which filters are applied).
And this document (after filters have been applied), can be converted into
an xhtml string directly. So the resulting string is xhtml. My question is,
do we have to parse this string again using XHTMLRenderer before landing it
into a wiki page ?
Thanks.
- Asiri