4

I've three different sets of blog lists on 3 different PC's. How can I merge them ?

3 Answers3

1

There is a free tool called OPML Merge which should do the trick for you.

Kez
  • 16,911
0

The easiest way to do this is probably to just edit the text of the OMPL files. They're human-readable XML feeds. Take all of the <outline> elements from the <body> block and combine them into one big body block in one of the three files. Your RSS reader should handle any duplicates that result.

ceejayoz
  • 2,282
0

XML Notepad by microsoft. Or just notepad++.

Just be careful about the start and end tags.