Page 1 of 1

OPML Plugin

Posted: Tue Nov 11, 2014 3:10 pm
by alexsaramin
Hello,
I'm using OPML plugin v2.0 to export my MyInfo topics, but the only thing it exports are the document titles. The text in the document isn't exported. Here's an example of exported opml.

<opml>
<head/>
<body>
<outline text="Section I">
<outline text="Chapter Title 1"/>
<outline text="Chapter Title 2"/>
<outline text="Chapter Title 3"/>
</outline>
<outline text="Section II">
<outline text="Chapter Title 4"/>
<outline text="Chapter Title 5"/>
</outline>
</body>
</opml>

Am I doing something wrong?

Thank you,
Alessandro

Re: OPML Plugin

Posted: Mon Nov 17, 2014 12:47 pm
by Petko
Alessandro, where would you like to use the exported OPML? The OPML specification does not have standard attribute for the text content (we use the document title in the "text" attribute), so it is application-specific, I am afraid.