Closed (fixed)
Project:
Export DocBook
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2008 at 11:30 UTC
Updated:
24 Feb 2009 at 22:40 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| export_docbook.module.patch | 545 bytes | Bodo Maass |
Comments
Comment #1
paul.lovvik commentedCommitted.