Hi, I can't reproduce the definition list issue you saw.
Let me clarify how definition lists are are contstructed - that might clear things up: definition lists are built in a two step process: first, in the advtree the appropriate stylenodes are transformed to definitionterm and definitiondescription nodes. The next step is done in the treecleaner where these nodes are wrapped in definitionlists. btw. I just renamed the method "findDefinitionLists" to "buildDefinitionLists". Did you maybe not use the find/build-DefinitionLists method in the treecleaner? Regards, Volker Hephaistos Klutometis wrote: > Definition lists seem to produce a collection of definitionterm and > definitiondescription nodes with a wrapping definitionlist; e.g.: > > ; item : definition > > produces: > > <definitionterm>item</definitionterm> > <definitiondescription indentlevel="1">definition</ > definitiondescription> > > where this might be expected: > > <definitionlist> > <definitionterm>item</definitionterm> > <definitiondescription indentlevel="1">definition</ > definitiondescription> > </definitionlist> > > Is the lack of definitionlist expected behaviour, or is a bug report > in store? > > > -- volker haas brainbot technologies ag fon +49 6131 2116394 boppstraße 64 fax +49 6131 2116392 55118 mainz [email protected] http://www.brainbot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" 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/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
