Michiel Meeuwissen wrote:
> > The Rich-Text project, which was started much too long ago, was frozen, > because of inactivity. The most important unreached goal was never met, > namely the creation of a decent editor. > ...... > > People are invited to collaborate, in the first place by posting > opinions to this list. Actually that has already started. > I would be glad with a simple solution that is able to edit and store XHTML fragments. A minimal setup could be: - Storing like any string field - Editing with an XHTML editor This does not seam a lot of work to implement in the EditWizards. It is comparable with the editing a textarea, but now with an XHTML editor. The support for a clean paste of Word fragments would be nice. If you put the content of such field in XML to send it to the server, it is safer to convert it to a valid string in XML and to convert it back when XHTML is needed lateron. This means that there is no XML validity check needed, to keep things simple. I believe that an XHTML editor like FCKEditor does repair invalid XHTML, so there should be no troubles with screwing up the EditWizards like we had before. Of course this assumption has to be tested. I don't know how Kupu handles invalid XHTML. Martijn Houtman _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
