I want to use the WordPress APML Plugin to provide all APML files a
user have. For example the native WordPress APML, several tastebroker
APMLs and some Engagd APMLs. There are several possibilities to do so:
* Merging the files: To merge all files to one big APML file.
Advantage: You have only one file to provide. Disadvantage: The file
is blown-up very fast.
* Diverting the source attribute from its intended use: <Source
key="
http://research.sun.com:8080/AttentionProfile/apml/last.fm/
pfefferle" name="
tastebroker.org" value="1.00" type="application/rss
+xml" from="
tastebroker.org" updated="2007-03-11T01:55:00Z"><Author
key="Sample" value="0.5" from="
tastebroker.org"
updated="2007-03-11T01:55:00Z" />
Advantage: You only have to provide one file. Disadvantage: No
determination between apml files you like and own apml files you
provide.
* Using OPML: Providing your APML files through one OPML file:
<outline type="category" title="APML">
<outline text="
last.fm" type="apml" xmlUrl="
http://research.sun.com:
8080/AttentionProfile/apml/
last.fm/pfefferle" htmlUrl="" updated=""/>
<outline text="
notizblog.org" type="apml" xmlUrl="http://
notizblog.org/apml/" htmlUrl="" updated=""/>
</outline>
Advantage: Providing only one file. Disadvantage: The parser has to
parse the OPML first.
Any other suggestions, or what do you think is the best way?