|
From: David G. <go...@py...> - 2004-04-06 00:59:11
|
David Goodger wrote: [David Goodger] > The intention seems to be this: > > <document> > <section> > <section> > <transition> > <section> > <section> > > That might make sense, but there's no way to tell the parser that > the transition should be one level higher in the document tree. We > could add a directive, say "section-transition" [*]_, which could > end the previous section and insert a transition. Or, I suppose, a transition immediately preceding a section title could be interpreted as occurring outside of the section it's being parsed in. The context would obviate the need for a special directive. Worth thinking about. > A section would *have* to follow such a directive though. This is still true. It doesn't make sense for a transition to begin or end a container. -- David Goodger http://python.net/~goodger For hire: http://python.net/~goodger/cv |