Project:Export DocBook
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
export_docbook.module.patch545 bytes

Comments

#1

Status:needs review» fixed

Committed.

#2

Status:fixed» closed (fixed)

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

nobody click here