OPML Plugin

Discuss MyInfo and get help here
Post Reply
alexsaramin
Posts: 20
Joined: Tue Mar 18, 2014 7:51 am

OPML Plugin

Post 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
Petko
MyInfo Support
Posts: 3237
Joined: Sun Jul 25, 2004 4:33 pm
Contact:

Post 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.
Post Reply