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?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---