From: <la...@us...> - 2002-12-16 18:00:44
|
Openwiki (http://www.openwiki.com/) generates pages in XML and uses XSLT for display purposes. I think there is something to be said for storing pages in a semi-rendered format, which could be XML. That way, a lot of the parsing work is done when the page is stored, not when it is retrieved, which would result in faster rendering times. Quoting Matti Airas <ma...@ik...>: > Has there been any discussion whether PhpWiki should be converted to use > > internally an XML-based page format and to render the pages on-screen > using XSL transforms? That would be great in the sense that after that > it would be awfully easy to interface PhpWiki with other tools > (outputting pages in Docbook/LaTeX/WAP/XHTML basic/whatever, parsing the > > pages easily with external tools etc.). I suppose it would also make > things such as optional Java applet -based wysiwyg editors easier to > implement. > > Apache::AxKit wiki, while very simplistic, has taken this approach. Of > course, the drawback would be increased reliance on complex external > libraries, and it would probably require a more or less complete rewrite > > of PhpWiki. > > Do you think I'm just blinded by fancy acronyms, or would it make sense? > > m. > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |