How to test:
- Move to any node (preferably with children) that has an & in the content.
- Press F5 (command line) and enter
export_opml_branch test.opml
- Using xmllint, the exported OPML document is not well-formed.
- Viewing in a text editor, note the head/title element has unescaped characters.
Inserting < in a node, it looks like export drops it.
How to test:
export_opml_branch test.opmlInserting
<in a node, it looks like export drops it.