Hi All! We have been implementing the editing part of the above plug-in and came across a little problem. Basically the editor (inside eclipse work-bench) consists of two tabs; one for editing the XWiki markup and the other for viewing the results. The XWiki markup editor tab is quite ok ( may be we can worry about some syntax highlighting later on), this is shown in edit_view.png ( see attachment ). But the problem is with rendered out put. output_view_1.png shows the output from a browser widget (using the URL of the page being edited). Here the problem is that navigation panel is repeated, one in XWiki Navigator (Plug-in component) and the other one in the browser itself (a.k.a in web page). output_view_2.png shows the output rendered with the renderContent() (refer to Confluence XML RPC API<http://confluence.atlassian.com/display/DOC/Remote+API+Specification>) method. Here the problem is that we only get a basic html output which is ugly. Ideally we should have the browser output (output_view_1.png) without the navigation panel. We're currently stuck here unable to make a decision or find an alternative method. So, any help would be really appreciated. Thanks - Tharindu & Asiri PS : We have formatted the code into standards but still working on the Maven2 build l, will finish it soon.