[...] Hi Wilhelm,
> Well, it would be very sad if developement of ODF support stops here. > > So, the first thing coming into mind to solve this is to convert the nested > structure of asciidoc to a flat structure in ODF using a name > transformation: if we have in asciidoc e.g. a listing-block inside an > example-block this would be translated to a example.listing named paragraph. > This sounds like a a hack, and yes, it is. But I think the nesting levels > encountered in typical documents aren't that deep and are usually of the > same structure, so we get only a few of these outer.inner named paragraphs. > For me this sort of hack is acceptable to obtain the visual formatting via > .ott !!! > Yes this would work, except ... The difficulty AFAICT is that when processing inner we don't know it is inside outer, so we can't style the inner paragraphs outer.inner instead of just inner. Cheers Lex -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
