Use HTML_IN converter for real usage
I finally found the way to use the HTML_IN converter in the wiki : I created a new mimetype to handle a special html format, which is converted into the DOM tree instead of just keeping it as HTML.
I choose text/x.moin.html, which is really a not correct name. We probably need to see to use directly the HTML mimetype once I will be done with the converter.
So we can create an HTML item, which will be converted to the DOM tree. We can see that it is working perfectly well for basic HTML document.
Further Improvements :
- Use the HTML WYSIWYG editor provided by Moin2 to edit the HTML.
- Test with some true HTML page.