bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Converter to CommonSyntax from XHTML #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I can convert my existing wiki pages to XHTML, but then I cannot use 
WikiModel (yet) - I need a converter to CommonWikiSyntax.

Storing content as XHTML is also more convenient than storing as wiki 
syntax.

Original issue reported on code.google.com by max.at.x...@gmail.com on 19 Dec 2007 at 10:48

GoogleCodeExporter commented 8 years ago
I am now working on creating this converter myself ;-)

Original comment by max.at.x...@gmail.com on 22 May 2008 at 8:08

GoogleCodeExporter commented 8 years ago
Hi Max,

That sounds very cool. At XWiki (http://xwiki.org) we've started using 
wikimodel and
we're in need of a XHTML to wiki converter (for our new wysiwyg editor).

What's the current state? Do you have set yourself a deadline for finishing it? 
:)

Is this converter code available in the wikimodel source tree? If not, would be 
nice
to put it there, maybe we could help you with it.

Thanks
-Vincent Massol

Original comment by vmas...@gmail.com on 6 Jun 2008 at 11:59

GoogleCodeExporter commented 8 years ago
Actually found the XhtmlParser code in the source tree. It seems it's not doing 
much
right now. Is there more to it?

Original comment by vmas...@gmail.com on 6 Jun 2008 at 12:04

GoogleCodeExporter commented 8 years ago
Hi, for some reasons never saw your message.

We convert to CommonSyntax via XSLT now.

Original comment by max.at.x...@gmail.com on 29 Nov 2008 at 1:13

GoogleCodeExporter commented 8 years ago
Hi Max,

Been working for a while on wikimodel now and the XHTML parser is quite strong 
now :)

However I haven't had the need for a Common syntax listener/serializer yet (I 
have
written one for XWiki syntax though).

BTW XWiki syntax is now almost as powerful as Common Syntax (missing embedded
document support which I'm planning to add in a few weeks):
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax

Thanks

Original comment by vmas...@gmail.com on 29 Nov 2008 at 1:21