In the function export_docbook_node_visitor_pre, the node title is not escaped. If it contains characters that are not legal in XML, the result will be invalid.
To fix this, $node->title needs to be converted with check_plain. Patch is attached.

CommentFileSizeAuthor
export_docbook.module.patch545 bytesBodo Maass

Comments

paul.lovvik’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.