Hi,
when I try to export definition lists to DocBook XML I get an empty
<variablelist> tag.
________________
Example:
Wiki-markup:
; item
: definition
; item2
: definition 2-1
: definition 2-2
DocBook XML:
<variablelist/>
________________
The method, which is called to process definition lists is
dbwriteDefinitionList(self, obj) in docbookwriter.py.
The render-process is successfull, but the variablelist tag is empty,
the content of the definition list gets lost!
In the logfile are some entries, like ...
docbookwriter >> write: 'term' not allowed in 'section ( [....]),
dumping'
... so i figure dbwriteDefintionList calls the method
"write" (self.write) with wrong parameters ('section' instead of
'varlistentry').
I am using mwlib-0.12.12 but there were no significant changes to
version 0.12.14 as far as I know.
Hope someone of you can help me on this!
Thanks in advance,
Michael
--
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.