On Sep 24, 2008, at 1:53 AM, Marius Dumitru Florea wrote: > Vincent Massol wrote: >> On Sep 23, 2008, at 7:30 PM, Marius Dumitru Florea wrote: >> >>> How is the "embedded document" going to be translated in HTML? >> >> AFAIK this is native in HTML since it supports embedding. >> >> For example: >> >> <table> >> ... >> <td> >> <ul><li>item</li></ul> >> </td> >> ... >> >> However in order to recognize a nested element we'll need that our >> XHTML renderer generate something like: >> >> <span class="wikimodel-document">...</span> > > Span is an inline element and AFAIK it shouldn't contain block > elements.
Yes replace that with <div> then. Thanks -Vincent > > But I got the point. We need it to overcome the nesting limitation of > wiki syntax. > > +1 > >> >> Haven't really though yet about it but it doesn't sound too complex. >> >> Thanks >> -Vincent >> >>> Vincent Massol wrote: >>>> Hi, >>>> >>>> I'm proposing to introduce the ((( ... ))) wiki syntax to support >>>> nested documents. >>>> >>>> For example this allows putting any type of wiki syntax inside >>>> table >>>> cells. This also allows having a table inside a list for example. >>>> >>>> See the section entitle "embedded document" on >>>> http://code.google.com/p/wikimodel/wiki/AdvancedStructuralElements >>>> for >>>> some examples. >>>> >>>> Here's my +1 >>>> >>>> Thanks >>>> -Vincent >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

