Hi,

As you know I've started exploring using Doxia for XWiki's rendering. I started writing a Doxia Sink (for generating XWiki wiki syntax source code) and a Doxia XWiki Parser.
I'm implementing this in the Doxia project itself (in the sandbox for now till it's ready).

You can see what I have committed so far here:
http://svn.apache.org/repos/asf/maven/sandbox/trunk/doxia/doxia-module-xwiki/

You can also see the jira issue I've created to modify Doxia to fit our needs here:
http://tinyurl.com/2wpeqg

Status:
* First xwiki sink version written
* First xwiki parsing version written (not fully functional yet, not all syntax supported yet)
* Next: Copy the link parser I have writte in xwiki's source code to Doxia's xwiki module
* Next: Modify Doxia to implement http://tinyurl.com/2wpeqg
* I've also started writing a wrapper around both Doxia/Wikimodel that I'd like to commit in xwiki (in a xwiki-rendering module for example) so that XWiki is independent from any rendering framework. To be honest I don't know if this is going to work fully but it seems the right thing to do for now. If someone is interested in writing the wikimodel implementation of it or help me work on it, let me know and I'll commit it.

As you can see there are quite a few modifications that are required to be done in Doxia before we can have a functional XWiki Parser/Sink.

Thanks
-Vincent