openSUSE / docmanager

Manage DocBook 5 Meta Information
http://opensuse.github.io/docmanager/index.html
GNU General Public License v3.0
6 stars 6 forks source link

Don't allow <info> in <authorgroup> #46

Closed tomschr closed 9 years ago

tomschr commented 9 years ago

Currently (3.0.0 RC2), DocManager allows an element inside an . This isn't allowed according to the DocBook schema, see http://www.docbook.org/tdg51/en/html/authorgroup.html.

DocManager should abort and print an error message.

See check_root_element() in xmlhandler.py.